Sei sulla pagina 1di 6

R12 INV ON HAND QUANTITY CONVERSION PROGRAM

STEPS: ---

1. Create the staging Table based on the data file…

ZNINV_MTL_TRANSA
CTION_STG.sql

2. Execute the package in TOAD. ….

ZNINV_MTL_SER_TR
ANS_CONV_PKG.sql

3. Connect to the Oracle application Front end and go to the ‘System Administrator’ responsibility
ConcurrentProgram-Executable.
4. Create the Concurrent program: ConcurrentProgram-Define.

5. Attach the conc proram to the Request group..Security responsibility-Request….


6. Load the data into Staging table by using the below TOAD options.
TOAD-Database-Import Import Table Data.

Select the created staging table i.e. ‘ZNINV_MTL_TRANSACTION_STG’ under “Object Name”
field and give ‘One commit after all records’ under ‘’Commit Mode” and click on ‘Show Data’
button.
After that click on ‘Execute Wizard’ button….
SELECT The Excel File Option and click on next button
Select the data file from Import file option and click on Next
Select the rows on First row option and Last row option and click on next click on AUTO MAP
button and click on OK and then click on Next- Next- Next then click on ‘Execute’ button.
Now finally click on OK button

7. Now the records are inserted in to the Staging Table i.e. ZNINV_MTL_TRANSACTION_STG.
8. Check whether all the records in data file have come to the staging table…. Select * from
ZNINV_MTL_TRANSACTION_STG.
9. Now run the “Zain On Hand Quantity Conversion Program” from Inventory Responsibility for
inserting the records into the interface Tables i.e. mtl_transactions_interface and
MTL_SERIAL_NUMBERS_INTERFACE .
10. Check whether all the records are inserted into the Interface tables.. If there are any validation
failures, correct it….
11. Now run the standard program through Inventory Responsibility --- > Setup ----> Transactions
---- > Interface Managers ---- >
One New screen will open ‘’Interface Managers” ---- > select on ‘’ Material transaction” ---- >
Tools ---- > Launch Manager ----- >
then run the Concurrent Program -‘’ Process transaction interface”.
12. Check the records in Base Tables..i.e. MTL_ONHAND_QUANTITIES, MTL_SERIAL_NUMBERS,
mtl_unit_transactions and mtl_material_transactions.
13. Use the below Queries for testing.

Queries_ONHAND.sq
l

Potrebbero piacerti anche