DBA Data[Home] [Help]

APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on BEN_PLAN_BENEFICIARY_API

Line 261: 12-sep-02 vsethi 115.73 - Bug 2552295 to ben_plan_beneficiary_api passing

257: delete_elig_cvrd_dpnt calll
258: 22-Aug-02 ikasire 115.71 Bug 2526994 g_backout_flag needs to be reset
259: 23-Aug-02 hnarayan 115.72 - Bug 2518955 - modified delete_routine for
260: BEN_PRTT_REIMBMT_RQST_F to show custom message
261: 12-sep-02 vsethi 115.73 - Bug 2552295 to ben_plan_beneficiary_api passing
262: p_multi_row_actn as False.
263: 24-Sep-02 kmahendr 115.74 -Bug2592783 - per_in_stat_cd added to cursor
264: c_bpl_max_esd_of_past_pil.
265: 10-oct-02 tjesumic 115.75 -Bug 2546259 When the Result is future dated and

Line 4994: ben_plan_beneficiary_api.delete_plan_beneficiary

4990: --
4991: -- Delete from the appropriate API.
4992: --
4993: if l_effective_date <> hr_api.g_eot and nvl(p_copy_only,'N') <> 'Y' then
4994: ben_plan_beneficiary_api.delete_plan_beneficiary
4995: (p_validate => false,
4996: p_pl_bnf_id => l_pk_id,
4997: p_effective_start_date => l_effective_start_date,
4998: p_effective_end_date => l_effective_end_date,

Line 5012: BEN_PLAN_BENEFICIARY_API.remove_usage (

5008: end if; -- l_prev_pk_id <> l_pk_id
5009: else
5010: -- -- bug 5668052
5011: hr_utility.set_location('effective date null ' ,12.12);
5012: BEN_PLAN_BENEFICIARY_API.remove_usage (
5013: p_validate => FALSE
5014: ,p_pl_bnf_id => l_pk_id
5015: ,p_effective_date => l_bnf_effective_start_date
5016: ,p_datetrack_mode => hr_api.g_zap

Line 5032: ben_plan_beneficiary_api.update_plan_beneficiary

5028:
5029: for i in c_BEN_LE_CLSN_N_RSTR_pbn(p_per_in_ler_id )
5030: Loop
5031: l_object_version_number := i.object_version_number ;
5032: ben_plan_beneficiary_api.update_plan_beneficiary
5033: (p_validate => FALSE
5034: ,p_business_group_id => p_business_group_id
5035: ,p_pl_bnf_id => i.pl_bnf_id
5036: ,p_effective_start_date => l_effective_start_date