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 5476: ben_plan_beneficiary_api.delete_plan_beneficiary

5472: --
5473: -- Delete from the appropriate API.
5474: --
5475: if l_effective_date <> hr_api.g_eot and nvl(p_copy_only,'N') <> 'Y' then
5476: ben_plan_beneficiary_api.delete_plan_beneficiary
5477: (p_validate => false,
5478: p_pl_bnf_id => l_pk_id,
5479: p_effective_start_date => l_effective_start_date,
5480: p_effective_end_date => l_effective_end_date,

Line 5494: BEN_PLAN_BENEFICIARY_API.remove_usage (

5490: end if; -- l_prev_pk_id <> l_pk_id
5491: else
5492: -- -- bug 5668052
5493: hr_utility.set_location('effective date null ' ,12.12);
5494: BEN_PLAN_BENEFICIARY_API.remove_usage (
5495: p_validate => FALSE
5496: ,p_pl_bnf_id => l_pk_id
5497: ,p_effective_date => l_bnf_effective_start_date
5498: ,p_datetrack_mode => hr_api.g_zap

Line 5514: ben_plan_beneficiary_api.update_plan_beneficiary

5510:
5511: for i in c_BEN_LE_CLSN_N_RSTR_pbn(p_per_in_ler_id )
5512: Loop
5513: l_object_version_number := i.object_version_number ;
5514: ben_plan_beneficiary_api.update_plan_beneficiary
5515: (p_validate => FALSE
5516: ,p_business_group_id => p_business_group_id
5517: ,p_pl_bnf_id => i.pl_bnf_id
5518: ,p_effective_start_date => l_effective_start_date