DBA Data[Home] [Help]

APPS.GMP_RESOURCE_DTL_PUB dependencies on PO_VENDORS

Line 1704: FROM po_vendors

1700: and resource_id = p_resource_id ;
1701:
1702: CURSOR Cur_vendor_id IS
1703: SELECT COUNT(1)
1704: FROM po_vendors
1705: where vendor_id = p_vendor_id
1706: and enabled_flag = 'Y' ;
1707:
1708: CURSOR Cur_check_item IS