DBA Data[Home] [Help]

APPS.CST_PL_IMPORT dependencies on QP_LIST_LINES

Line 98: qp_list_lines qpl ,

94: l_org_id number)
95: IS
96: select distinct msi.inventory_item_id , msi.primary_uom_code
97: from qp_list_headers_vl qph ,
98: qp_list_lines qpl ,
99: qp_pricing_attributes qpa,
100: mtl_system_items_b msi
101: where qph.list_header_id = l_lst_hdr_id
102: and qph.list_type_code = 'PRL'