DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on HR_API

Line 851: l_prm_update_mode := hr_api.g_update_change_insert;

847: p_update_change_insert => l_update_change_insert_mode);
848: --
849: if l_update_change_insert_mode
850: then
851: l_prm_update_mode := hr_api.g_update_change_insert;
852: elsif l_update_override_mode
853: then
854: l_prm_update_mode := hr_api.g_update_override;
855: elsif l_update_mode

Line 854: l_prm_update_mode := hr_api.g_update_override;

850: then
851: l_prm_update_mode := hr_api.g_update_change_insert;
852: elsif l_update_override_mode
853: then
854: l_prm_update_mode := hr_api.g_update_override;
855: elsif l_update_mode
856: then
857: l_prm_update_mode := hr_api.g_update;
858: else

Line 857: l_prm_update_mode := hr_api.g_update;

853: then
854: l_prm_update_mode := hr_api.g_update_override;
855: elsif l_update_mode
856: then
857: l_prm_update_mode := hr_api.g_update;
858: else
859: l_prm_update_mode := hr_api.g_correction;
860: end if;
861: --

Line 859: l_prm_update_mode := hr_api.g_correction;

855: elsif l_update_mode
856: then
857: l_prm_update_mode := hr_api.g_update;
858: else
859: l_prm_update_mode := hr_api.g_correction;
860: end if;
861: --
862: --
863: ben_prtt_prem_by_mo_api.update_prtt_prem_by_mo

Line 910: l_prm_update_mode := hr_api.g_update_change_insert;

906: p_update_change_insert => l_update_change_insert_mode);
907: --
908: if l_update_change_insert_mode
909: then
910: l_prm_update_mode := hr_api.g_update_change_insert;
911: elsif l_update_override_mode
912: then
913: l_prm_update_mode := hr_api.g_update_override;
914: elsif l_correction_mode

Line 913: l_prm_update_mode := hr_api.g_update_override;

909: then
910: l_prm_update_mode := hr_api.g_update_change_insert;
911: elsif l_update_override_mode
912: then
913: l_prm_update_mode := hr_api.g_update_override;
914: elsif l_correction_mode
915: then
916: l_prm_update_mode := hr_api.g_correction;
917: else

Line 916: l_prm_update_mode := hr_api.g_correction;

912: then
913: l_prm_update_mode := hr_api.g_update_override;
914: elsif l_correction_mode
915: then
916: l_prm_update_mode := hr_api.g_correction;
917: else
918: l_prm_update_mode := hr_api.g_update;
919: end if;
920: --

Line 918: l_prm_update_mode := hr_api.g_update;

914: elsif l_correction_mode
915: then
916: l_prm_update_mode := hr_api.g_correction;
917: else
918: l_prm_update_mode := hr_api.g_update;
919: end if;
920: --
921: --
922: ben_prtt_prem_by_mo_api.update_prtt_prem_by_mo

Line 1007: and pen.enrt_cvg_thru_dt = hr_api.g_eot ); -- Added for Bug 10298963 */

1003: on or before the Coverage end date, system should pick up the end dated coverage also. Added the below condition*/
1004: and p_effective_date between
1005: pen.enrt_cvg_strt_dt and pen.enrt_cvg_thru_dt ;
1006: /*and (pen.enrt_cvg_thru_dt >= pen.effective_start_date -- Added condition for Bug 7676969
1007: and pen.enrt_cvg_thru_dt = hr_api.g_eot ); -- Added for Bug 10298963 */
1008:
1009: --l_results c_results%rowtype;
1010:
1011: -- There is an assumption that if the actl_prem is 'enrt' then there should