DBA Data[Home] [Help]

APPS.PAY_QPQ_API dependencies on PAY_QPI_API

Line 2299: pay_qpi_api.bulk_default_ins

2295: -- Check that we are not using the new QuickPay Exclusions model before
2296: -- doing the bulk insert of QuickPay Inclusions
2297: --
2298: if use_qpay_excl_model = 'N' then
2299: pay_qpi_api.bulk_default_ins
2300: (p_assignment_action_id => v_assignment_action_id
2301: ,p_validate => p_validate
2302: );
2303: end if;