DBA Data[Home] [Help]

APPS.PO_VMI_ENABLED dependencies on PO_ASL_ATTRIBUTES

Line 57: po_asl_attributes paa,

53: BEGIN
54: SELECT 'Y' into v_temp from dual
55: WHERE exists
56: (SELECT 1 from
57: po_asl_attributes paa,
58: po_approved_supplier_list pasl,
59: po_asl_status_rules pasr --bug 3648705 join to table not view
60: WHERE
61: paa.using_organization_id = p_organization_id

Line 92: po_asl_attributes paa,

88: select paa.asl_id
89: from
90: po_vendors pv,
91: po_vendor_sites_all pvsa,
92: po_asl_attributes paa,
93: po_approved_supplier_list pasl,
94: po_asl_status_rules pasr --bug 3648672, join to base table instead of view
95: where
96: --Getting all organizations associated with the particular set_of_books_id