DBA Data[Home] [Help]

APPS.CSTPPIPV dependencies on WIP_ENTITIES

Line 804: wip_entities we,

800: pda.project_id
801: FROM po_distributions_all pda,
802: po_line_locations_all plla,
803: po_lines_all pla,
804: wip_entities we,
805: wip_discrete_jobs wdj
806: WHERE ( ( ( p_item_type = 1 -- OSP and direct
807: OR p_item_type = 2) -- OSP only
808: AND ( ( l_item_option = 1 -- All items

Line 890: wip_entities we,

886:
887: cursor c_po_dists2 is
888: SELECT pda.po_distribution_id
889: FROM po_distributions_all pda,
890: wip_entities we,
891: wip_discrete_jobs wdj,
892: wip_operation_resources wor
893: WHERE we.wip_entity_id = pda.wip_entity_id
894: AND we.entity_type = 6