DBA Data[Home] [Help]

APPS.PAY_QPQ_API dependencies on PAY_QPI_API

Line 2318: pay_qpi_api.bulk_default_ins

2314: -- Check that we are not using the new QuickPay Exclusions model before
2315: -- doing the bulk insert of QuickPay Inclusions
2316: --
2317: if use_qpay_excl_model = 'N' then
2318: pay_qpi_api.bulk_default_ins
2319: (p_assignment_action_id => v_assignment_action_id
2320: ,p_validate => p_validate
2321: );
2322: end if;