DBA Data[Home] [Help]

APPS.PER_DISABILITY_API_BK1 dependencies on HR_UTILITY

Line 91: hr_utility.set_location('Entering: PER_DISABILITY_API_BK1.CREATE_DISABILITY_A', 10);

87: )is
88: l_commit_unit_number number;
89: l_legislation_code varchar2(30);
90: begin
91: hr_utility.set_location('Entering: PER_DISABILITY_API_BK1.CREATE_DISABILITY_A', 10);
92: l_commit_unit_number := hr_api.return_commit_unit;
93: if hr_api.call_leg_hooks then
94: l_legislation_code := PER_PER_BUS.RETURN_LEGISLATION_CODE(P_PERSON_ID => P_PERSON_ID
95: );

Line 119: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK1.CREATE_DISABILITY_A', 20);

115: end if;
116: end if;
117: hr_multi_message.end_validation_set;
118: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_DISABILITY', 'AP');
119: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK1.CREATE_DISABILITY_A', 20);
120: end CREATE_DISABILITY_A;
121: procedure CREATE_DISABILITY_B
122: (P_EFFECTIVE_DATE in DATE
123: ,P_PERSON_ID in NUMBER

Line 203: hr_utility.set_location('Entering: PER_DISABILITY_API_BK1.CREATE_DISABILITY_B', 10);

199: )is
200: l_commit_unit_number number;
201: l_legislation_code varchar2(30);
202: begin
203: hr_utility.set_location('Entering: PER_DISABILITY_API_BK1.CREATE_DISABILITY_B', 10);
204: l_commit_unit_number := hr_api.return_commit_unit;
205: if hr_api.call_leg_hooks then
206: l_legislation_code := PER_PER_BUS.RETURN_LEGISLATION_CODE(P_PERSON_ID => P_PERSON_ID
207: );

Line 245: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK1.CREATE_DISABILITY_B', 20);

241: );
242: end if;
243: end if;
244: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_DISABILITY', 'BP');
245: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK1.CREATE_DISABILITY_B', 20);
246: end CREATE_DISABILITY_B;
247: end PER_DISABILITY_API_BK1;