DBA Data[Home] [Help]

APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on MTL_SYSTEM_ITEMS

Line 555: mtl_system_items mtlsi

551: from po_distributions_all pod,
552: po_headers poh,
553: po_lines_all pol,
554: po_line_types_b polt,
555: mtl_system_items mtlsi
556: where pod.po_distribution_id = t_PoDistIdTab(indx)
557: and pod.po_header_id = poh.po_header_id
558: and pod.po_line_id = pol.po_line_id
559: and pol.line_type_id = polt.line_type_id

Line 1183: mtl_system_items mtlsi

1179: FROM po_distributions_all pod,
1180: po_headers poh,
1181: po_lines_all pol,
1182: po_line_types_b polt,
1183: mtl_system_items mtlsi
1184: WHERE pod.po_distribution_id = t_PoDistIdTab(indx)
1185: AND pod.po_header_id = poh.po_header_id
1186: AND pod.po_line_id = pol.po_line_id
1187: AND pol.line_type_id = polt.line_type_id

Line 1788: mtl_system_items mtlsi

1784: FROM po_distributions_all pod,
1785: po_headers_all poh,
1786: po_lines_all pol,
1787: po_line_types_b polt,
1788: mtl_system_items mtlsi
1789: WHERE pod.po_distribution_id = t_PoDistIdTab(indx)
1790: AND pod.po_header_id = poh.po_header_id
1791: AND pod.po_line_id = pol.po_line_id
1792: AND pol.line_type_id = polt.line_type_id