0% found this document useful (0 votes)
541 views4 pages

Oracle APIs and Open Interfaces Oracle ERP Apps Guide PDF

Uploaded by

raveendragrk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
541 views4 pages

Oracle APIs and Open Interfaces Oracle ERP Apps Guide PDF

Uploaded by

raveendragrk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Oracle APIs and Open Interfaces : Oracle ERP Apps Guide http://www.oracleerpappsguide.com/2011/02/oracle-apis-and-open-inte...

HOME ABOUT DOWNLOADS CONTACT Facebook Group Google Communities RSS

Basics ERP Installation Free Instance UOM Download Apps Technical Apps Functional

Home » API » Apps Technical » ERP » Interface » Oracle Apps » Script » SQL » Toad » Oracle APIs and Open Interfaces
SEARCH ORACLE APPS TOPICS

Oracle APIs and Open Interfaces Loading...

Posted by Veluruga 0 comments

Oracle Puchasing:
1. Requisitions Open Interface
2. Purchasing Documents Open Interface
3. Cancel PO APIs
4. Receiving Open Interface
Oracle Inventory:
1. Open Transaction Interface
2.1 Customer Item Interface
2.2 Open Item Interface
2.3 Cycle Count Open Interface
3.1 Open Replenishment Interface You would receive an email for every new
3.2 Reservations Open Interface post on this blog.
3.3 Move Orders Open Interface
OM:
1. Order Import
2. Process Order API
3. RLM Open Interfaces
Actions, APIs, and Parameters: Descriptions of the APIs used for various functions and the API * Please Check your Email for complete
parameters. subscription!
Application Parameter Initialization: Description of the application parameter initialization call.
Trip API: Create and update trip records and perform actions on trips.
Stop API: Create and update stop records and perform actions on stops. Recommend us on Google Search

Deliveries API: Create and update trip stop records and perform actions on trip stops.
Delivery Details API: Assign and unassign delivery details to and from deliveries, split a delivery
detail, update a delivery detail with new ORACLE TOPICS ARCHIVE
information, and create trips and deliveries for multiple delivery lines.
Container API: Create container records, update container records, autopack containers, ► 2013 (48)
perform actions on containers.
Freight Cost APIs: Create freight cost records, update freight cost records, validate freight cost ► 2012 (339)

types, delete freight cost records. ▼ 2011 (304)


Tables
► December (7)
OE_ORDER_HEADERS_ALL
OE_ORDER_LINES_ALL ► November (52)
WSH_DELIVERY_DETAILS
► October (33)
OE_ORDER_HOLDS_ALL
OE_PRICE_ADJUSTMENTS ► September (26)
OE_TRANSACTION_TYPES_ALL
OE_DROP_SHIP_SOURCES ► August (10)

OE_SETS ► June (8)


OE_SYSTEM_PARAMETSR
MTL_DEMANDS ► May (8)
MTL_RESRVATIONS
► April (51)
Inventory

1 sur 4 16/12/2013 22:49


Oracle APIs and Open Interfaces : Oracle ERP Apps Guide http://www.oracleerpappsguide.com/2011/02/oracle-apis-and-open-inte...

Open Transaction Interface


► March (76)
Oracle Inventory provides an open interface for you to load transactions from external
applications and feeder systems. These transactions could include sales order shipment ▼ February (33)
transactions from an Order Management system other than Oracle Order Management, or they Value Set Windows
could be simple material issues, receipts, or transfers loaded from data collection devices. The
following transaction types are supported by this interface: Rollup Groups

• Inventory issues and receipts (including user-defined transaction types) Segment Values Window
• Subinventory transfers
• Direct interorganization transfers Values and Value Sets
• Intransit shipments
Flexfields Combination
• WIP component issues and returns
• WIP assembly completions and returns Basic Flexfields Concepts - Structure,
• Sales order shipments Segment and...
• Inventory average cost updates
Descriptive Flex field
• LPN Pack
• Unpack What is Oracle Flexfield?
• Split Transactions
To Retriew the records from Org
• Inventory Lot Split/ Merge/ Translate Transactions
dependent Views
This interface is also used as an integration point with Oracle Order Management for shipment
transactions. Oracle Order Management's Inventory Interface program populates the interface Query : PO, Supplier and Inventory Item
tables with transactions submitted through the Confirm
Inventory Organization and
Shipments window.
corresponding Operating...
You must write the load program that inserts a single row for each transaction into the
MTL_TRANSACTIONS_INTERFACE table. For material movement of items that are under lot or AP invoice details with supplier name,
serial control, you must also insert rows into MTL_TRANSACTION_LOTS_INTERFACE and payment ter...
MTL_SERIAL_NUMBERS_INTERFACE respectively. If you insert WIP
User name, Employee & Associated
assembly/completion transactions that complete or return job assemblies, you must also insert
responsibilities
rows into the CST_COMP_SNAP_ INTERFACE table if the organization referenced uses average
costing. The system uses this information to calculate completion cost. Supplier , Supplier Bank and Supplier
There are two modes you can use to process your transactions through the interface. In the first bank branch ...
processing mode, you populate the interface table only. Then the Transaction Manager polls the
I/C AP & AR Invoice from SO
interface table asynchronously looking for transactions to process, groups the transaction rows,
and launches a Transaction Worker to process each group. Reason for invoices rejected by Payables
In the second processing mode, you insert the rows in the interface table and call a Transaction Open Inte...
Worker directly, passing the group identifier of the interfaced transactions as a parameter so that
Finding all unapplied receipts in AR
the worker can recognize which subset of transactions to process.
The Transaction Worker calls the Transaction Validator, which validates the row, updates the Important Account Receivables Tables
error code and explanation if a validation or processing error occurs, and derives or defaults any
Important Account Payables Tables
additional columns. Next, the Transaction Processor records the transaction details in the
-Part 2
transaction history table along with relevant current cost information. All material movement
transactions update inventory perpetual balances for the issue, receipt, or transfer locations. Important Account Payables Tables
Once the transaction has been successfully processed, the corresponding row is deleted from the -Part 1
interface table. Finally, the transaction is costed by the transaction cost processor, which runs
Oracle E-Business Suite Free Access
periodically, picking up all transactions from the history table that have not yet been marked as
Practice Insta...
costed.
Open Replenishment Interface Shared Entities in Oracle EBS
Oracle Inventory provides an open interface for you to easily load replenishment requests from
Implementing Multiple Organization
external systems such as a barcode application. Such requests may be in the form of stock-take
Support
counts or requisition requests for subinventories in which you do not track quantities.
Cycle Count Entries Interface Some Fast Footsteps to Create Secure
You can import cycle count entries from an external system into Oracle Inventory using the Cycle Passwords
Count Entries Interface. This interface validates all data that you import into Oracle Inventory. It
ERP Overview
also performs foreign key validation and checks for attribute inter-dependencies, acceptable
values, and value ranges. The interface ensures that the imported cycle count entries contain the What is Oracle Apps (ERP) : Basic
same detail as items entered manually using the Cycle Count Entries window. Errors detected Concepts
during validation are written to the Cycle Count Interface Errors table.
Transaction/Journal Migration
Kanban Application Program Interface
The Kanban API is a public API that allows you to update the supply status of kanban cards. To Oracle Data & Migration
accomplish this task, you use the public procedure update_card_supply_status
Important APIs/Open Interfaces
Item Open Interface
You can import items from any source into Oracle Inventory and Oracle Engineering using the Data Migration
Item Open Interface. With this interface, you can convert inventory items from another
Oracle APIs and Open Interfaces
inventory system, migrate assembly and component items from a legacy manufacturing system,

2 sur 4 16/12/2013 22:49


Oracle APIs and Open Interfaces : Oracle ERP Apps Guide http://www.oracleerpappsguide.com/2011/02/oracle-apis-and-open-inte...

convert purchased items from a custom purchasing system, and import new items from a product Masters in Oracle EBS
data management package. The Item Open Interface validates your data, ensuring that your
imported items contain the same item detail as items that you enter manually in the Master Item Oracle Apps Basics

window.
You can also import item category assignments. This can be done simultaneously with a process
TAGS CLOUD
of importing items, or as a separate task of importing item category assignments only. For this
purpose, the Inventory menu contains the Import submenu with the Import Items and Import
Item Category Assignments menu entries.
Receiving Open Interface
You use the Receiving Open Interface to process and validate receipt data that comes from
sources other than the Receipts window in Oracle Purchasing. These sources include:
• Receipt information from other Oracle applications or legacy systems
• Brocades and other receiving information from scanners and radio frequency devices
• Advance Shipment Notices (ASNs) from suppliers
The Receiving Open Interface maintains the integrity of the new data as well as the receipt data
that resides in Oracle Purchasing.
The Receiving Open Interface does not support:
• Movement statistics
• Dynamic locators

BOM POPULAR POSTS


Bills of Materials Open Interfaces
WIP Oracle E-Business Suite Free Access Practice
Open Move Transaction Interface Instance
You can load Move transaction information into the Open Move Transaction Interface from a
AP invoice interface
variety of sources, including external data collection devices such as bar code readers,
automated test equipment, cell controllers, and other manufacturing execution systems. You Steps to Setup Accounts Payables
then use the interface to load these transactions into Oracle Work in Process. All transactions Oracle APIs and Open Interfaces
are validated and invalid transactions are marked, so that you can correct and resubmit them.
Overview of Procure to Pay Cycle in Oracle
Open Resource Transaction Interface
Apps
You can use external data collection devices such as bar code readers, payroll systems, and time
card entry forms to collect resource and overhead transaction data, then load the data into the
Open Resource Transaction Interface for Oracle Work in Process to process. FOLLOWERS
Work Order Interface
The Work Order Interface enables you to import Discrete job and Repetitive schedule header
information, and Discrete job operations, material, resource, and scheduling information from
any source, using a single process. USEFUL SITES
You can import:
• Planned orders for new Discrete jobs, Oracle R12.2 Documentation
• Discrete job operations, components, resources, resource usage, and scheduling details
• Update and reschedule recommendations for existing Discrete jobs SQL Reference

• Suggested Repetitive schedules Work in Process then uses this information to automatically Oracle DBA Tutorials
create new Discrete jobs
and pending Repetitive Schedules, or to update existing Discrete jobs. Oracle ETRM
MRP
PL/SQL User's Guide and Reference
Open Forecast Interface
You can import forecasts from any source using the Open Forecast Interface table. Oracle Oracle Apps Online Help
Master Scheduling/MRP automatically validates and implements imported forecasts as new
ERP Schools
forecasts in Oracle Master Scheduling/MRP.
Cost Management OTN Discussion Forum
Periodic Cost Open Interface
The Oracle Periodic Cost Open Interface provides an open interface for you to easily load Oracle Metalink
periodic item costs from external applications or legacy systems and migrate them into the
Oracle Applications Library
Oracle Cost Management Application. This interface should only be used to bring in periodic
costs for the first opened periodic period. It cannot be used for subsequent periods. Costs in Oracle Apps API
subsequent periods are calculated by the system.
Oracle SQL PL/SQL
Cost Import Interface
The Oracle Cost Import Interface enables you to import costs for items from legacy systems, and Oracle 11i Documentation
import new cost information for existing items. Importing resource costs and resource overhead
rates is also supported. You will also be able to replace existing cost information with the new Oracle R12 Documentation
cost information. However, updating of existing costs is not supported. Importing costs into
frozen cost type is also not supported. The item costs will have to be imported into another cost
type and then the cost update may be run to update the frozen cost type

3 sur 4 16/12/2013 22:49


Oracle APIs and Open Interfaces : Oracle ERP Apps Guide http://www.oracleerpappsguide.com/2011/02/oracle-apis-and-open-inte...

OM
Order Import
Pricing Open interface
Pick release

Categories: API, Apps Technical, ERP, Interface, Oracle Apps, Script, SQL, Toad

Related Post:
API

R12 - Register, Attach, Submit, Delete Concurrent program using API

R12 - Ship Confirm using API

R12 - Item Category Create/Update/Delete using API's

R12 - Assign Inventory Item to an Child Organization using API

R12 - OPM Operations Creation using API

Apps Technical

How to Configure AME in R12 - Assign Roles & Create Grants to Apps User

R12 - How to migrate AME setups using FNDLOAD

Oracle R12 - Special and Pair Validation Value Sets

R12 - How to Delete XML Publisher Data Definition and Template

R12 - How to extract Profile Option Values using Query

0 comments:

Post a Comment

Comment as:

Publish

Links to this post

Copyright © 2011 - 2013 Oracle ERP Apps Guide. All rights reserved.
Disclaimer: Oracle ERP Apps Guide is an online knowledge sharing blog which index online free tutors, to get easier accessible manner. The blog has been created keeping only one intention
of sharing knowledge and for learning purpose. All trademarks, trade names, service marks, copyrighted work, logos referenced herein belong to their respective owners/companies. If any of
the posting is violating copyright and you want us to remove that content. Please Contact here

4 sur 4 16/12/2013 22:49

You might also like