DBA Data[Home] [Help]

APPS.PO_VMI_ENABLED dependencies on PO_ASL_STATUS_RULES

Line 59: po_asl_status_rules pasr --bug 3648705 join to table not view

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
62: AND pasl.asl_id = paa.asl_id
63: AND (pasl.disable_flag = 'N' OR pasl.disable_flag IS NULL)

Line 94: po_asl_status_rules pasr --bug 3648672, join to base table instead of view

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
97: pv.set_of_books_id = l_sob_id -- bug 3648672
98: