DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on IBY_PAYMENT_PROFILES

Line 251: iby_payment_profiles ipp

247: ac.payment_document_id,
248: ac.payment_method_code,
249: ac.ce_bank_acct_use_id
250: from ap_checks_all ac,
251: iby_payment_profiles ipp
252: where completed_pmts_group_id = p_completed_pmts_group_id
253: and ipp.payment_profile_id = ac.payment_profile_id
254: and ac.org_id = p_current_org_id;
255: