DBA Data[Home] [Help]

APPS.PO_VMI_GRP dependencies on DUAL

Line 54: FROM dual

50:
51: -- Returns 1 if there exist a VMI ASL within the current OU
52: SELECT count('x')
53: INTO l_count_exist_VMI_ASL
54: FROM dual
55: WHERE exists
56: ( SELECT 'X'
57: FROM po_approved_supplier_list pasl,
58: po_vendor_sites pvs ,