DBA Data[Home] [Help]

APPS.PAY_CNU_BUS1 dependencies on PAY_CNU_API

Line 765: pay_cnu_api.update_contribution_usage(

761: fetch csr_existing into l_existing_cu_id, l_existing_ovn_id;
762: if csr_existing%FOUND
763: then
764: close csr_existing;
765: pay_cnu_api.update_contribution_usage(
766: p_validate => FALSE
767: ,p_effective_date => l_new_date_from
768: ,p_date_to => l_new_date_to
769: ,p_retro_contribution_code => p_retro_contribution_code

Line 782: pay_cnu_api.create_contribution_usage(

778: -- This is not an update
779: -- call the create api, and allow it to adjust any
780: -- existing rows if necessary.
781: --
782: pay_cnu_api.create_contribution_usage(
783: p_validate => FALSE
784: ,p_effective_date => l_new_date_from
785: ,p_date_from => l_new_date_from
786: ,p_date_to => l_new_date_to