DBA Data[Home] [Help]

APPS.ICX_CAT_POPULATE_PODOCS_PVT dependencies on PO_LINES_ALL

Line 120: po_lines_all pl,

116: NVL(TRUNC(pl.expiration_date), TRUNC(SYSDATE + 1)) expiration_date,
117: TRUNC(SYSDATE) system_date,
118: ph.created_by
119: FROM po_headers_all ph,
120: po_lines_all pl,
121: po_ga_org_assignments ga,
122: po_session_gt pogt,
123: po_attribute_values_tlp po_tlp,
124: po_line_types_b pltb,

Line 255: po_lines_all pl,

251: NVL(TRUNC(pl.expiration_date), TRUNC(SYSDATE + 1)) expiration_date,
252: TRUNC(SYSDATE) system_date,
253: ph.created_by
254: FROM po_headers_all ph,
255: po_lines_all pl,
256: po_ga_org_assignments ga,
257: po_session_gt pogt,
258: po_attribute_values_tlp po_tlp,
259: po_line_types_b pltb,

Line 797: po_lines_all pl,

793: --For global agreement status
794: NVL(t.enabled_flag, 'N') enabled_flag
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'

Line 875: po_lines_all pl,

871: --For global agreement status
872: NVL(t.enabled_flag, 'N') enabled_flag
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'

Line 993: po_lines_all pl,

989: ph.global_agreement_flag,
990: NVL(t.enabled_flag, 'N') enabled_flag
991: FROM po_ga_org_assignments t,
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

Line 1115: po_lines_all pl,

1111: ph.global_agreement_flag,
1112: NVL(t.enabled_flag, 'N') enabled_flag
1113: FROM po_ga_org_assignments t,
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

Line 1710: po_lines_all pl,

1706: NVL(TRUNC(pl.expiration_date), TRUNC(SYSDATE + 1)) expiration_date,
1707: TRUNC(SYSDATE) system_date,
1708: ph.created_by
1709: FROM po_headers_all ph,
1710: po_lines_all pl,
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,

Line 1810: po_lines_all pl,

1806: NVL(TRUNC(pl.expiration_date), TRUNC(SYSDATE + 1)) expiration_date,
1807: TRUNC(SYSDATE) system_date,
1808: ph.created_by
1809: FROM po_headers_all ph,
1810: po_lines_all pl,
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,

Line 2361: po_lines_all pl,

2357: ph.vendor_contact_id supplier_contact_id,
2358: pltb.order_type_lookup_code,
2359: pv.vendor_name supplier
2360: FROM po_headers_all ph,
2361: po_lines_all pl,
2362: po_session_gt pogt,
2363: po_attribute_values_tlp po_tlp,
2364: po_line_types_b pltb,
2365: icx_cat_categories_tl ic,