DBA Data[Home] [Help]

APPS.AP_MASS_ADDITIONS_CREATE_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 2069: po_line_locations_all PLL,

2065: AND EXISTS -- Added EXISTS for bug 9669334
2066: (SELECT 'X'
2067: FROM mtl_system_items MTLSI,
2068: po_distributions_all POD,
2069: po_line_locations_all PLL,
2070: po_lines_all POL
2071: WHERE POD.po_distribution_id = APID.po_distribution_id
2072: AND PLL.line_location_id = POD.line_location_id
2073: AND POL.po_line_id = PLL.po_line_id

Line 2102: po_line_locations_all PLL,

2098: AND EXISTS -- Added EXISTS for bug 9669334
2099: (SELECT 'X'
2100: FROM mtl_system_items MTLSI,
2101: po_distributions_all POD,
2102: po_line_locations_all PLL,
2103: po_lines_all POL
2104: WHERE POD.po_distribution_id = APID.po_distribution_id
2105: AND PLL.line_location_id = POD.line_location_id
2106: AND POL.po_line_id = PLL.po_line_id