DBA Data[Home] [Help]

APPS.PAY_CE_RECONCILIATION_PKG dependencies on PAY_PERSONAL_PAYMENT_METHODS_F

Line 389: pay_personal_payment_methods_f ppm

385: p_info_type,
386: nvl(ppt.TERRITORY_CODE,pbg.legislation_code))
387: from per_business_groups_perf pbg,
388: pay_payment_types ppt,
389: pay_personal_payment_methods_f ppm
390: where ppm.personal_payment_method_id = p_personal_payment_method_id
391: and p_effective_date between ppm.effective_start_date
392: and ppm.effective_end_date
393: and ppt.payment_type_id = p_payment_type_id