DBA Data[Home] [Help]

APPS.INV_CONSUMPTION_TXN_PVT dependencies on MTL_CONSUMPTION_TRANSACTIONS

Line 12: --| Create Records in mtl_consumption_transactions |

8: --| FILENAME |
9: --| INVVRETB.pls |
10: --| |
11: --| DESCRIPTION |
12: --| Create Records in mtl_consumption_transactions |
13: --| |
14: --| PROCEDURE LIST |
15: --| Price Update Insert |
16: --| |

Line 43: -- : into mtl_consumption_transactions

39: -- p_consumption_release_id IN consumption advice (local)
40: -- p_transaction_quantity IN quantity retroactively priced
41: --
42: -- COMMENT : This procedure will insert records
43: -- : into mtl_consumption_transactions
44: -- : mtl_material_transactions is updated with
45: -- : the owning org of the blanket.
46: --=========================================================================
47: PROCEDURE price_update_insert

Line 71: INSERT INTO mtl_consumption_transactions mct

67: , 9
68: );
69: END IF;
70:
71: INSERT INTO mtl_consumption_transactions mct
72: ( mct.transaction_id
73: , mct.consumption_po_header_id
74: , mct.consumption_release_id
75: , mct.net_qty