DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on IBY_EXTERNAL_PAYEES_ALL

Line 4465: from IBY_EXTERNAL_PAYEES_ALL

4461:
4462: BEGIN
4463: select 'Y'
4464: into l_payee_exists
4465: from IBY_EXTERNAL_PAYEES_ALL
4466: where PAYEE_PARTY_ID = p_party_id
4467: and org_id = p_org_id
4468: and rownum =1;
4469: