DBA Data[Home] [Help]

APPS.CST_INVENTORY_PVT dependencies on RCV_SHIPMENT_HEADERS

Line 1335: rcv_shipment_headers RSH,

1331: cst_item_list_temp ITEMS,
1332: cst_cg_list_temp CGS,
1333: mtl_interorg_parameters MIP,
1334: mtl_system_items MSI_TO,
1335: rcv_shipment_headers RSH,
1336: rcv_shipment_lines RSL
1337: WHERE Decode(MMT.transaction_action_id, 21, MMT.transfer_organization_id, 15, MMT.organization_id) = p_organization_id
1338: AND MMT.transaction_action_id IN (21, 15)
1339: AND MMT.costed_flag IN ('N','E')

Line 1526: rcv_shipment_headers RSH,

1522: cst_item_list_temp ITEMS,
1523: cst_cg_list_temp CGS,
1524: mtl_interorg_parameters MIP,
1525: mtl_system_items MSI_TO,
1526: rcv_shipment_headers RSH,
1527: rcv_shipment_lines RSL
1528: WHERE MMT.transfer_organization_id = p_organization_id
1529: AND MMT.transaction_action_id = 21
1530: AND MMT.costed_flag IS NULL

Line 1841: rcv_shipment_headers RSH,

1837: cst_item_list_temp ITEMS,
1838: cst_cg_list_temp CGS,
1839: mtl_interorg_parameters MIP,
1840: mtl_system_items MSI_TO,
1841: rcv_shipment_headers RSH,
1842: rcv_shipment_lines RSL
1843: WHERE MMT.organization_id = p_organization_id
1844: AND MMT.transaction_action_id = 21
1845: AND MMT.costed_flag IN ('N','E')

Line 2037: rcv_shipment_headers RSH,

2033: cst_item_list_temp ITEMS,
2034: cst_cg_list_temp CGS,
2035: mtl_interorg_parameters MIP,
2036: mtl_system_items MSI_TO,
2037: rcv_shipment_headers RSH,
2038: rcv_shipment_lines RSL
2039: WHERE MMT.organization_id = p_organization_id
2040: AND MMT.transaction_action_id = 21
2041: AND MMT.costed_flag IS NULL