DBA Data[Home] [Help]

APPS.GMP_RESOURCE_DTL_PUB dependencies on PO_VENDORS

Line 1731: FROM po_vendors

1727: and resource_id = p_resource_id ;
1728:
1729: CURSOR Cur_vendor_id IS
1730: SELECT COUNT(1)
1731: FROM po_vendors
1732: where vendor_id = p_vendor_id
1733: and enabled_flag = 'Y' ;
1734:
1735: CURSOR Cur_check_item IS