DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_EVALUATE_PTNL_LF_EVT

Line 6157: -- Set G_LER_ID to iRecruitment LER_ID for subsequent use in ben_evaluate_ptnl_lf_evt

6153: --
6154: -- iRec
6155: if p_mode = 'I' then
6156: --
6157: -- Set G_LER_ID to iRecruitment LER_ID for subsequent use in ben_evaluate_ptnl_lf_evt
6158: --
6159: benutils.get_ler (p_business_group_id => p_business_group_id,
6160: p_typ_cd => 'IREC',
6161: p_effective_date => l_effective_date,

Line 8038: -- Set G_LER_ID to iRecruitment LER_ID for subsequent use in ben_evaluate_ptnl_lf_evt

8034: --
8035: -- iRec
8036: if p_mode = 'I' then
8037: --
8038: -- Set G_LER_ID to iRecruitment LER_ID for subsequent use in ben_evaluate_ptnl_lf_evt
8039: --
8040: benutils.get_ler (p_business_group_id => p_business_group_id,
8041: p_typ_cd => 'IREC',
8042: p_effective_date => l_effective_date,

Line 9530: fnd_message.set_token('PROC','ben_evaluate_ptnl_lf_evt');

9526: --
9527: if g_debug then
9528: hr_utility.set_location('Evaluate potential',10);
9529: end if;
9530: fnd_message.set_token('PROC','ben_evaluate_ptnl_lf_evt');
9531: --
9532: if p_validate = 'Y'
9533: then
9534: l_validate := TRUE;

Line 9539: ben_evaluate_ptnl_lf_evt.eval_ptnl_per_for_ler

9535: else
9536: l_validate := FALSE;
9537: end if;
9538: --
9539: ben_evaluate_ptnl_lf_evt.eval_ptnl_per_for_ler
9540: (p_validate => l_validate, /* Bug 5550359 */
9541: p_person_id => p_person_id,
9542: p_business_group_id => p_business_group_id,
9543: p_ler_id => p_ler_id,

Line 9556: fnd_message.set_token('PROC','ben_evaluate_ptnl_lf_evt');

9552: if g_debug then
9553: hr_utility.set_location('Evaluate iRec Potential LER',10);
9554: end if;
9555: --
9556: fnd_message.set_token('PROC','ben_evaluate_ptnl_lf_evt');
9557: --
9558: ben_evaluate_ptnl_lf_evt.irec_eval_ptnl_per_for_ler
9559: (p_validate => false,
9560: p_person_id => p_person_id,

Line 9558: ben_evaluate_ptnl_lf_evt.irec_eval_ptnl_per_for_ler

9554: end if;
9555: --
9556: fnd_message.set_token('PROC','ben_evaluate_ptnl_lf_evt');
9557: --
9558: ben_evaluate_ptnl_lf_evt.irec_eval_ptnl_per_for_ler
9559: (p_validate => false,
9560: p_person_id => p_person_id,
9561: p_business_group_id => p_business_group_id,
9562: p_ler_id => g_ler_id,

Line 9580: ben_evaluate_ptnl_lf_evt.cwb_eval_ptnl_per_for_ler

9576: hr_utility.set_location('CWB Evaluate potential',10);
9577: end if;
9578: fnd_message.set_token('PROC','cwb_eval_ptnl_per_for_ler');
9579: --
9580: ben_evaluate_ptnl_lf_evt.cwb_eval_ptnl_per_for_ler
9581: (p_validate => false,
9582: p_person_id => p_person_id,
9583: p_business_group_id => p_business_group_id,
9584: p_ler_id => p_ler_id,

Line 9597: ben_evaluate_ptnl_lf_evt.absences_eval_ptnl_per_for_ler

9593: -- ABSENCES mode
9594: --
9595: elsif p_mode = 'M' then
9596: --
9597: ben_evaluate_ptnl_lf_evt.absences_eval_ptnl_per_for_ler
9598: (p_validate => false,
9599: p_person_id => p_person_id,
9600: p_business_group_id => p_business_group_id,
9601: p_ler_id => p_ler_id,

Line 9610: ben_evaluate_ptnl_lf_evt.grd_stp_eval_ptnl_per_for_ler

9606: -- GRADE/STEP mode
9607: --
9608: elsif p_mode = 'G' then
9609: --
9610: ben_evaluate_ptnl_lf_evt.grd_stp_eval_ptnl_per_for_ler
9611: (p_validate => false,
9612: p_person_id => p_person_id,
9613: p_business_group_id => p_business_group_id,
9614: p_ler_id => p_ler_id,