DBA Data[Home] [Help]

APPS.CSP_PLAN_DETAILS_PKG dependencies on CSD_PRODUCT_TRANSACTIONS

Line 1447: csd_product_transactions cpt

1443: from mtl_supply ms,
1444: csp_repair_po_headers crph,
1445: po_headers_all pha,
1446: po_vendors pv,
1447: csd_product_transactions cpt
1448: where ms.to_organization_id = l_organization_id
1449: and ms.item_id > 0
1450: and ms.supply_type_code <> 'REQ'
1451: and ms.item_id = nvl(l_inventory_item_id,ms.item_id)

Line 1511: csd_product_transactions cpt

1507: from mtl_supply ms,
1508: csp_repair_po_headers crph,
1509: po_requisition_headers_all prha,
1510: oe_order_headers_all ooha,
1511: csd_product_transactions cpt
1512: where ms.to_organization_id = l_organization_id
1513: and ms.item_id > 0
1514: and ms.supply_type_code = 'REQ'
1515: and ms.item_id = nvl(l_inventory_item_id,ms.item_id)