DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on IBY_EXT_PAYEE_RELSHIPS_PKG

Line 196: IBY_EXT_PAYEE_RELSHIPS_PKG.default_Ext_Payee_Relationship(

192: /* Bug 7860631 Added If condition to avoid the call to IBY and the query Payment request type invoices */
193: If (p_remit_vendor_id > 0 and p_remit_vendor_site_id > 0) then
194: --Begin 7662240
195: -- modified as part of bug 7688200. start
196: IBY_EXT_PAYEE_RELSHIPS_PKG.default_Ext_Payee_Relationship(
197: p_party_id => p_party_id,
198: p_supplier_site_id => P_vendor_site_id,
199: p_date => sysdate,
200: x_remit_party_id => p_remit_party_id,