DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on PO_RELEASES_ALL

Line 2921: po_releases_all pr -- Bug 9734841

2917: 'Y' lcm_flag
2918: FROM po_headers_all ph,
2919: po_lines_all pl,
2920: po_line_locations_all pll,
2921: po_releases_all pr -- Bug 9734841
2922: WHERE ph.po_header_id = p_po_header_id
2923: AND pl.po_header_id = ph.po_header_id
2924: AND pll.po_line_id = pl.po_line_id
2925: AND NVL(pll.po_release_id, -999) = NVL(p_po_release_id, -999) -- Bug 14280113

Line 3558: po_releases_all pr

3554: l_po_hdr_rec.approved_date, -- 10
3555: l_simulation_rec.freight_code, -- 11
3556: l_simulation_rec.org_id -- 12
3557: FROM po_headers_all ph,
3558: po_releases_all pr
3559: WHERE ph.po_header_id = pr.po_header_id
3560: AND pr.po_release_id = p_po_release_id;
3561:
3562: ELSE