DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on BEN_MAINTAIN_DESIGNEE_ELIG

Line 1: package body ben_maintain_designee_elig as

1: package body ben_maintain_designee_elig as
2: /* $Header: bendsgel.pkb 120.10.12020000.3 2012/12/10 09:29:02 usaraswa ship $ */
3: --
4: /* ============================================================================
5: * Name

Line 138: g_package varchar2(80) := 'Ben_maintain_designee_elig';

134: */
135: --
136: -- Global cursor and variables declaration
137: --
138: g_package varchar2(80) := 'Ben_maintain_designee_elig';
139: g_persons_processed number(9) := 0;
140: g_persons_ended number(9) := 0;
141: g_persons_passed number(9) := 0;
142: g_persons_errored number(9) := 0;

Line 471: ben_maintain_designee_elig.process_designee_elig

467: -- Process the rows from the person process cache
468: --
469: For l_cnt in 1..l_record_number loop
470: Begin
471: ben_maintain_designee_elig.process_designee_elig
472: (p_validate => p_validate
473: ,p_person_id => g_cache_person_process(l_cnt).person_id
474: ,p_person_action_id => g_cache_person_process(l_cnt).person_action_id
475: ,p_comp_selection_rl => l_parm.comp_selection_rl

Line 1141: raise ben_maintain_designee_elig.g_record_error;

1137: p_last_actn => 'Step = '||to_char(l_step),p_rpt_flag => TRUE);
1138: fnd_message.set_name('BEN','BEN_91698_NO_ASSIGNMENT_FND');
1139: fnd_message.set_token('PROC',l_proc);
1140: fnd_message.set_token('ID' , to_char(p_person_id));
1141: raise ben_maintain_designee_elig.g_record_error;
1142: end if;
1143: close c1;
1144: l_step := 20;
1145: --

Line 1188: raise ben_maintain_designee_elig.g_record_error;

1184: p_last_actn => 'Step = '||to_char(l_step),p_rpt_flag => TRUE);
1185: fnd_message.set_name('BEN','BEN_91329_FORMULA_RETURN');
1186: fnd_message.set_token('RL','formula_id :'||p_comp_selection_rule_id);
1187: fnd_message.set_token('PROC',l_proc);
1188: raise ben_maintain_designee_elig.g_record_error;
1189: end if;
1190: return l_return;
1191: hr_utility.set_location ('Leaving '||l_proc,10);
1192: exception

Line 1903: end ben_maintain_designee_elig; -- End of Package.

1899: commit;
1900: raise ben_batch_utils.g_record_error;
1901: end process_designee_elig;
1902: --
1903: end ben_maintain_designee_elig; -- End of Package.