DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on IBY_EXTERNAL_PAYEES_ALL

Line 3342: from IBY_EXTERNAL_PAYEES_ALL

3338:
3339: BEGIN
3340: select 'Y'
3341: into l_payee_exists
3342: from IBY_EXTERNAL_PAYEES_ALL
3343: where PAYEE_PARTY_ID = p_party_id
3344: and org_id = p_org_id
3345: and rownum =1;
3346: