DBA Data[Home] [Help]

APPS.BEN_PPL_SHD dependencies on BEN_PTNL_LER_FOR_PER

Line 36: If (p_constraint_name = 'BEN_PTNL_LER_FOR_PER_PK') Then

32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_PTNL_LER_FOR_PER_PK') Then
37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;

Line 41: ElsIf (p_constraint_name = 'BEN_PTNL_LER_FOR_PER_FK1') Then

37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;
41: ElsIf (p_constraint_name = 'BEN_PTNL_LER_FOR_PER_FK1') Then
42: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
43: hr_utility.set_message_token('PROCEDURE', l_proc);
44: hr_utility.set_message_token('STEP','5');
45: hr_utility.raise_error;

Line 46: ElsIf (p_constraint_name = 'BEN_PTNL_LER_FOR_PER_FK3') Then

42: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
43: hr_utility.set_message_token('PROCEDURE', l_proc);
44: hr_utility.set_message_token('STEP','5');
45: hr_utility.raise_error;
46: ElsIf (p_constraint_name = 'BEN_PTNL_LER_FOR_PER_FK3') Then
47: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
48: hr_utility.set_message_token('PROCEDURE', l_proc);
49: hr_utility.set_message_token('STEP','10');
50: hr_utility.raise_error;

Line 97: from ben_ptnl_ler_for_per

93: program_application_id,
94: program_id,
95: program_update_date,
96: object_version_number
97: from ben_ptnl_ler_for_per
98: where ptnl_ler_for_per_id = p_ptnl_ler_for_per_id;
99: --
100: l_proc varchar2(72) := g_package||'api_updating';
101: l_fct_ret boolean;

Line 188: from ben_ptnl_ler_for_per

184: program_application_id,
185: program_id,
186: program_update_date,
187: object_version_number
188: from ben_ptnl_ler_for_per
189: where ptnl_ler_for_per_id = p_ptnl_ler_for_per_id
190: for update nowait;
191: --
192: l_proc varchar2(72) := g_package||'lck';

Line 231: -- hr_utility.set_message_token('TABLE_NAME', 'ben_ptnl_ler_for_per');

227: -- The object is locked therefore we need to supply a meaningful
228: -- error message.
229: --
230: -- hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
231: -- hr_utility.set_message_token('TABLE_NAME', 'ben_ptnl_ler_for_per');
232: hr_utility.set_message(805, 'BEN_93651_PPL_OBJECT_LOCKED'); -- Bug 3140549
233: hr_utility.raise_error;
234: End lck;
235: --