DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_EVALUATE_PTNL_LF_EVT

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

5761: --
5762: -- iRec
5763: if p_mode = 'I' then
5764: --
5765: -- Set G_LER_ID to iRecruitment LER_ID for subsequent use in ben_evaluate_ptnl_lf_evt
5766: --
5767: benutils.get_ler (p_business_group_id => p_business_group_id,
5768: p_typ_cd => 'IREC',
5769: p_effective_date => l_effective_date,

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

7628: --
7629: -- iRec
7630: if p_mode = 'I' then
7631: --
7632: -- Set G_LER_ID to iRecruitment LER_ID for subsequent use in ben_evaluate_ptnl_lf_evt
7633: --
7634: benutils.get_ler (p_business_group_id => p_business_group_id,
7635: p_typ_cd => 'IREC',
7636: p_effective_date => l_effective_date,

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

9118: --
9119: if g_debug then
9120: hr_utility.set_location('Evaluate potential',10);
9121: end if;
9122: fnd_message.set_token('PROC','ben_evaluate_ptnl_lf_evt');
9123: --
9124: if p_validate = 'Y'
9125: then
9126: l_validate := TRUE;

Line 9131: ben_evaluate_ptnl_lf_evt.eval_ptnl_per_for_ler

9127: else
9128: l_validate := FALSE;
9129: end if;
9130: --
9131: ben_evaluate_ptnl_lf_evt.eval_ptnl_per_for_ler
9132: (p_validate => l_validate, /* Bug 5550359 */
9133: p_person_id => p_person_id,
9134: p_business_group_id => p_business_group_id,
9135: p_ler_id => p_ler_id,

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

9144: if g_debug then
9145: hr_utility.set_location('Evaluate iRec Potential LER',10);
9146: end if;
9147: --
9148: fnd_message.set_token('PROC','ben_evaluate_ptnl_lf_evt');
9149: --
9150: ben_evaluate_ptnl_lf_evt.irec_eval_ptnl_per_for_ler
9151: (p_validate => false,
9152: p_person_id => p_person_id,

Line 9150: ben_evaluate_ptnl_lf_evt.irec_eval_ptnl_per_for_ler

9146: end if;
9147: --
9148: fnd_message.set_token('PROC','ben_evaluate_ptnl_lf_evt');
9149: --
9150: ben_evaluate_ptnl_lf_evt.irec_eval_ptnl_per_for_ler
9151: (p_validate => false,
9152: p_person_id => p_person_id,
9153: p_business_group_id => p_business_group_id,
9154: p_ler_id => g_ler_id,

Line 9172: ben_evaluate_ptnl_lf_evt.cwb_eval_ptnl_per_for_ler

9168: hr_utility.set_location('CWB Evaluate potential',10);
9169: end if;
9170: fnd_message.set_token('PROC','cwb_eval_ptnl_per_for_ler');
9171: --
9172: ben_evaluate_ptnl_lf_evt.cwb_eval_ptnl_per_for_ler
9173: (p_validate => false,
9174: p_person_id => p_person_id,
9175: p_business_group_id => p_business_group_id,
9176: p_ler_id => p_ler_id,

Line 9189: ben_evaluate_ptnl_lf_evt.absences_eval_ptnl_per_for_ler

9185: -- ABSENCES mode
9186: --
9187: elsif p_mode = 'M' then
9188: --
9189: ben_evaluate_ptnl_lf_evt.absences_eval_ptnl_per_for_ler
9190: (p_validate => false,
9191: p_person_id => p_person_id,
9192: p_business_group_id => p_business_group_id,
9193: p_ler_id => p_ler_id,

Line 9202: ben_evaluate_ptnl_lf_evt.grd_stp_eval_ptnl_per_for_ler

9198: -- GRADE/STEP mode
9199: --
9200: elsif p_mode = 'G' then
9201: --
9202: ben_evaluate_ptnl_lf_evt.grd_stp_eval_ptnl_per_for_ler
9203: (p_validate => false,
9204: p_person_id => p_person_id,
9205: p_business_group_id => p_business_group_id,
9206: p_ler_id => p_ler_id,