DBA Data[Home] [Help]

APPS.WIP_FLOW_CHARGE_UTILITIES dependencies on MTL_PARAMETERS

Line 160: mtl_parameters mp

156: CST_ACTIVITIES CA,
157: BOM_OPERATION_SEQUENCES BOS,
158: -- BOM_OPERATIONAL_ROUTINGS ROUT,
159: mtl_material_transactions_temp MMTT,
160: mtl_parameters mp
161: WHERE
162: MMTT.transaction_temp_id = p_txn_temp_id
163: AND MMTT.inventory_item_id = wfs.primary_item_id
164: AND MMTT.organization_id = wfs.organization_Id

Line 398: mtl_parameters mp

394: BOM_OPERATION_SEQUENCES bos,
395: WIP_FLOW_SCHEDULES wfs,
396: -- BOM_OPERATIONAL_ROUTINGS BOR,
397: mtl_material_transactions_temp mmtt,
398: mtl_parameters mp
399: WHERE
400: MMTT.transaction_temp_id = p_txn_temp_id
401: AND MMTT.transaction_source_id = wfs.wip_entity_id
402: AND MMTT.inventory_item_id = wfs.primary_item_id

Line 578: mtl_parameters mp

574: BOM_OPERATION_SEQUENCES bos,
575: WIP_flow_schedules wfs,
576: -- BOM_OPERATIONAL_ROUTINGS BOR,
577: mtl_material_transactions_temp mmtt,
578: mtl_parameters mp
579: WHERE
580: MMTT.transaction_temp_id = p_txn_temp_id
581: AND MMTT.transaction_source_id = wfs.wip_entity_id
582: AND MMTT.inventory_item_id = wfs.primary_item_id