Purchase Order Conversion:
Import Standard Purchase Order
- According to the data file create control file
- then registered the control file and run the concurrent program which will load the data to temporary table.
- wrote a package to validate the data before migrating the data to base tables.
- Validations done are:
- supplier
- supplier site
- buyer
- operating unit
- payment terms
- bill-to-location
- ship-to-location
- FOB, freight terms
- line type
- item
- ship-to-org
- ship-to-location_id
- requestor
- delivery-to-location
After the migration need to check the duplicate records in interface tables and base tables.
Interface Tables:
po_headers_interface
po_lines_interface
po_distribution_interface
po_interface_errors
ORDER MANAGEMENT (OM):
Order Import Interface
Order Import enables you to import Sales Orders into Oracle Applications
Validations:
- order_date (header level)
- delivery_lead_time (line level)
- earliest_acceptable_date
- freight_terms
- sales_rep_id
- sold_to_org_id
API:
OE_ORDER_PUB.GET_ORDER and PROCESS_ORDER
Interface Tables:
OE_HEADERS_IFACE_ALL
OE_LINES_IFACE_ALL
Inventory (INV):
Item Import
Validation:
- Item type
- segment1
- item status
- template_id
- uom
- attributes
- organization_id
MTL_SYSTEM_ITEMS_INTERFACE
MTL_ITEM_CATEGORIES_INTERFACE
MTL_ITEM_REVISIONS_INTERFACE
MTL_INTERFACE_ERRORS
MTL_SYSTEM_ITEMS_INTERFACE:
PROCESS_FLAG = 1 (1= Pending, 2= Assign Complete,3= Assign/Validation Failed, 4= Validation succeeded; Import failed, 5 = Import in Process,7 = Import succeeded)
These are the few validation I had mentioned in this document but in real time need to validate many more.......
No comments:
Post a Comment