DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_DISTRIBUTIONS_GT

Line 3292: PO_DISTRIBUTIONS_GT POD

3288: POD.distribution_num||g_delim||l_textline, 1,240)
3289: BULK COLLECT INTO l_error_messages
3290: FROM PO_RELEASES_GT POR,
3291: PO_LINE_LOCATIONS_GT PLL,
3292: PO_DISTRIBUTIONS_GT POD
3293: WHERE POR.po_release_id = POD.po_release_id
3294: AND POD.line_location_id = PLL.line_location_id
3295: AND POR.po_release_id = x_po_release_id
3296: AND Nvl(POD.LCM_FLAG,'N') = 'Y'