DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_BK1 dependencies on HR_UTILITY

Line 140: hr_utility.set_location('Entering: HR_CONTINGENT_WORKER_BK1.CREATE_CWK_A', 10);

136: )is
137: l_commit_unit_number number;
138: l_legislation_code varchar2(30);
139: begin
140: hr_utility.set_location('Entering: HR_CONTINGENT_WORKER_BK1.CREATE_CWK_A', 10);
141: l_commit_unit_number := hr_api.return_commit_unit;
142: if hr_api.call_app_hooks then
143: hr_contingent_worker_be1.CREATE_CWK_A
144: (P_START_DATE => P_START_DATE

Line 302: hr_utility.set_location(' Leaving: HR_CONTINGENT_WORKER_BK1.CREATE_CWK_A', 20);

298: end if;
299: end if;
300: hr_multi_message.end_validation_set;
301: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CWK', 'AP');
302: hr_utility.set_location(' Leaving: HR_CONTINGENT_WORKER_BK1.CREATE_CWK_A', 20);
303: end CREATE_CWK_A;
304: procedure CREATE_CWK_B
305: (P_START_DATE in DATE
306: ,P_BUSINESS_GROUP_ID in NUMBER

Line 427: hr_utility.set_location('Entering: HR_CONTINGENT_WORKER_BK1.CREATE_CWK_B', 10);

423: )is
424: l_commit_unit_number number;
425: l_legislation_code varchar2(30);
426: begin
427: hr_utility.set_location('Entering: HR_CONTINGENT_WORKER_BK1.CREATE_CWK_B', 10);
428: l_commit_unit_number := hr_api.return_commit_unit;
429: if hr_api.call_leg_hooks then
430: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
431: if l_legislation_code = 'AE' then

Line 582: hr_utility.set_location(' Leaving: HR_CONTINGENT_WORKER_BK1.CREATE_CWK_B', 20);

578: );
579: end if;
580: end if;
581: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CWK', 'BP');
582: hr_utility.set_location(' Leaving: HR_CONTINGENT_WORKER_BK1.CREATE_CWK_B', 20);
583: end CREATE_CWK_B;
584: end HR_CONTINGENT_WORKER_BK1;