DBA Data[Home] [Help]

APPS.WIP_EXPLODE_PHANTOM_RTGS dependencies on MTL_PARAMETERS

Line 22: mtl_parameters mp

18: --bug 5231366
19: select mp.organization_code
20: into l_org_code
21: from mtl_material_transactions_temp mmtt,
22: mtl_parameters mp
23: where mmtt.transaction_temp_id = p_txn_temp_id
24: and mmtt.organization_id = mp.organization_id;
25:
26: INSERT INTO WIP_COST_TXN_INTERFACE

Line 220: mtl_parameters mp

216: --bug 5231366
217: select mp.organization_code
218: into l_org_code
219: from mtl_material_transactions_temp mmtt,
220: mtl_parameters mp
221: where mmtt.transaction_temp_id = p_txn_temp_id
222: and mmtt.organization_id = mp.organization_id;
223:
224: INSERT INTO WIP_COST_TXN_INTERFACE

Line 385: mtl_parameters mp

381: --bug 5231366
382: select mp.organization_code
383: into l_org_code
384: from mtl_material_transactions_temp mmtt,
385: mtl_parameters mp
386: where mmtt.transaction_temp_id = p_txn_temp_id
387: and mmtt.organization_id = mp.organization_id;
388:
389: INSERT INTO WIP_COST_TXN_INTERFACE