DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on IBY_EXT_PAYEE_RELATIONSHIPS

Line 12500: from IBY_EXT_PAYEE_RELATIONSHIPS IEPR,

12496:
12497: --cursor fetches vendors information
12498: CURSOR vndr_list_to_process IS
12499: select APS.vendor_id
12500: from IBY_EXT_PAYEE_RELATIONSHIPS IEPR,
12501: AP_SUPPLIERS APS
12502: where IEPR.remit_party_id in (select party_id from ap_suppliers
12503: where vendor_id = p_vendor_id)
12504: and IEPR.party_id = APS.party_id