DBA Data[Home] [Help]

APPS.CSTPPIPV dependencies on WIP_ENTITIES

Line 780: wip_entities we,

776: pda.project_id
777: FROM po_distributions_all pda,
778: po_line_locations_all plla,
779: po_lines_all pla,
780: wip_entities we,
781: wip_discrete_jobs wdj
782: WHERE ( ( ( p_item_type = 1 -- OSP and direct
783: OR p_item_type = 2) -- OSP only
784: AND ( ( l_item_option = 1 -- All items

Line 866: wip_entities we,

862:
863: cursor c_po_dists2 is
864: SELECT pda.po_distribution_id
865: FROM po_distributions_all pda,
866: wip_entities we,
867: wip_discrete_jobs wdj,
868: wip_operation_resources wor
869: WHERE we.wip_entity_id = pda.wip_entity_id
870: AND we.entity_type = 6