DBA Data[Home] [Help]

APPS.AP_PAYMENT_EVENT_WF_PKG dependencies on IBY_EXTERNAL_PAYEES_ALL

Line 224: FROM IBY_EXTERNAL_PAYEES_ALL

220: --bug6119080, changed the query to fetch the email address from the
221: --correct table.
222: SELECT remit_advice_email
223: INTO p_email_address
224: FROM IBY_EXTERNAL_PAYEES_ALL
225: WHERE supplier_site_id = l_vendor_site_id;
226:
227: END get_remit_email_address;
228: