DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on PO_VENDOR_SITES

Line 4072: po_vendor_sites VDS,

4068: PH.creation_date,
4069: p_purge_name,
4070: PH.org_id -- bug5446437
4071: FROM per_all_people_f PAPF,
4072: po_vendor_sites VDS,
4073: po_headers PH,
4074: po_line_locations PLL,
4075: po_purge_po_list PPL
4076: WHERE PPL.po_header_id BETWEEN l_range_low AND l_range_high

Line 4148: po_vendor_sites VDS,

4144: PH.creation_date,
4145: p_purge_name,
4146: PH.org_id -- bug5446437
4147: FROM per_all_people_f PAPF,
4148: po_vendor_sites VDS,
4149: po_headers PH,
4150: po_line_locations_all PLL,
4151: po_purge_po_list PPL
4152: WHERE PPL.po_header_id BETWEEN l_range_low AND l_range_high

Line 4221: po_vendor_sites VDS,

4217: PH.creation_date,
4218: p_purge_name,
4219: PH.org_id -- bug5446437
4220: FROM per_all_people_f PAPF,
4221: po_vendor_sites VDS,
4222: po_headers PH,
4223: po_lines_all POL,
4224: po_line_locations_all PLL,
4225: po_purge_po_list PPL

Line 4296: FROM po_vendor_sites VDS,

4292: PAPF.full_name,
4293: PH.creation_date,
4294: p_purge_name,
4295: PH.org_id -- bug5446437
4296: FROM po_vendor_sites VDS,
4297: per_all_people_f PAPF,
4298: po_releases PREL,
4299: po_headers PH,
4300: po_line_locations PLL,