DBA Data[Home] [Help]

APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on PO_HEADERS

Line 552: po_headers poh,

548: l_po_ccid,
549: l_assigned_to,
550: l_po_number
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)

Line 1180: po_headers poh,

1176: l_po_ccid,
1177: l_assigned_to,
1178: l_po_number
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)

Line 1792: po_headers_all poh,

1788: l_po_ccid,
1789: l_assigned_to,
1790: l_po_number
1791: FROM po_distributions_all pod,
1792: po_headers_all poh,
1793: po_lines_all pol,
1794: po_line_types_b polt,
1795: mtl_system_items mtlsi
1796: WHERE pod.po_distribution_id = t_PoDistIdTab(indx)