DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on IBY_PAYMENT_PROFILES

Line 300: iby_payment_profiles ipp

296: ac.payment_document_id,
297: ac.payment_method_code,
298: ac.ce_bank_acct_use_id
299: from ap_checks_all ac,
300: iby_payment_profiles ipp
301: where completed_pmts_group_id = p_completed_pmts_group_id
302: and ac.checkrun_id = p_checkrun_id --bug15924350
303: and ipp.payment_profile_id = ac.payment_profile_id
304: and ac.org_id = p_current_org_id;