DBA Data[Home] [Help]

APPS.ICX_CAT_POPULATE_PODOCS_PVT dependencies on PO_VENDORS

Line 126: po_vendors pv

122: po_session_gt pogt,
123: po_attribute_values_tlp po_tlp,
124: po_line_types_b pltb,
125: icx_cat_categories_tl ic,
126: po_vendors pv
127: WHERE ph.po_header_id = pl.po_header_id
128: AND ph.type_lookup_code = 'BLANKET'
129: AND ph.po_header_id = ga.po_header_id (+)
130: AND ph.org_id = ga.organization_id (+)

Line 261: po_vendors pv

257: po_session_gt pogt,
258: po_attribute_values_tlp po_tlp,
259: po_line_types_b pltb,
260: icx_cat_categories_tl ic,
261: po_vendors pv
262: WHERE ph.po_header_id = pl.po_header_id
263: AND ph.type_lookup_code = 'BLANKET'
264: AND ph.po_header_id = ga.po_header_id (+)
265: AND ph.org_id = ga.organization_id (+)

Line 799: po_vendors pv,

795: FROM po_ga_org_assignments t,
796: po_headers_all ph,
797: po_lines_all pl,
798: icx_cat_items_ctx_hdrs_tlp ctxIn,
799: po_vendors pv,
800: po_line_types_b pltb
801: WHERE ph.global_agreement_flag = 'Y'
802: AND ph.po_header_id = t.po_header_id
803: AND ph.org_id <> t.organization_id

Line 877: po_vendors pv,

873: FROM po_ga_org_assignments t,
874: po_headers_all ph,
875: po_lines_all pl,
876: icx_cat_items_ctx_hdrs_tlp ctxIn,
877: po_vendors pv,
878: po_line_types_b pltb
879: WHERE ph.global_agreement_flag = 'Y'
880: AND ph.po_header_id = t.po_header_id
881: AND ph.org_id <> t.organization_id

Line 996: po_vendors pv,

992: po_headers_all ph,
993: po_lines_all pl,
994: po_session_gt pogt,
995: icx_cat_items_ctx_hdrs_tlp ctxIn,
996: po_vendors pv,
997: po_line_types_b pltb
998: WHERE ph.global_agreement_flag = 'Y'
999: AND ph.po_header_id = t.po_header_id
1000: AND ph.org_id <> t.organization_id

Line 1118: po_vendors pv,

1114: po_headers_all ph,
1115: po_lines_all pl,
1116: po_session_gt pogt,
1117: icx_cat_items_ctx_hdrs_tlp ctxIn,
1118: po_vendors pv,
1119: po_line_types_b pltb
1120: WHERE ph.global_agreement_flag = 'Y'
1121: AND ph.po_header_id = t.po_header_id
1122: AND ph.org_id <> t.organization_id

Line 1715: po_vendors pv

1711: po_ga_org_assignments ga,
1712: po_attribute_values_tlp po_tlp,
1713: po_line_types_b pltb,
1714: icx_cat_categories_tl ic,
1715: po_vendors pv
1716: WHERE ph.po_header_id = pl.po_header_id
1717: AND ph.type_lookup_code IN ('BLANKET', 'QUOTATION')
1718: AND ph.po_header_id = ga.po_header_id (+)
1719: AND ph.org_id = ga.organization_id (+)

Line 1815: po_vendors pv

1811: po_ga_org_assignments ga,
1812: po_attribute_values_tlp po_tlp,
1813: po_line_types_b pltb,
1814: icx_cat_categories_tl ic,
1815: po_vendors pv
1816: WHERE ph.po_header_id = pl.po_header_id
1817: AND ph.type_lookup_code IN ('BLANKET', 'QUOTATION')
1818: AND ph.po_header_id = ga.po_header_id (+)
1819: AND ph.org_id = ga.organization_id (+)

Line 2366: po_vendors pv

2362: po_session_gt pogt,
2363: po_attribute_values_tlp po_tlp,
2364: po_line_types_b pltb,
2365: icx_cat_categories_tl ic,
2366: po_vendors pv
2367: WHERE ph.po_header_id = pl.po_header_id
2368: AND ph.type_lookup_code = 'QUOTATION'
2369: AND pogt.key = p_key
2370: AND pl.po_line_id = pogt.index_num1