DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_BK1 dependencies on HR_API

Line 141: l_commit_unit_number := hr_api.return_commit_unit;

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
145: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

Line 142: if hr_api.call_app_hooks then

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
145: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
146: ,P_LAST_NAME => P_LAST_NAME

Line 276: if hr_api.call_leg_hooks then

272: ,P_ASSIGNMENT_NUMBER => P_ASSIGNMENT_NUMBER
273: ,P_NAME_COMBINATION_WARNING => P_NAME_COMBINATION_WARNING
274: );
275: end if;
276: if hr_api.call_leg_hooks then
277: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
278: if l_legislation_code = 'MX' then
279: PER_MX_VALIDATE_ID.VALIDATE_RFC_ID
280: (P_PER_INFORMATION2 => P_PER_INFORMATION2

Line 277: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);

273: ,P_NAME_COMBINATION_WARNING => P_NAME_COMBINATION_WARNING
274: );
275: end if;
276: if hr_api.call_leg_hooks then
277: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
278: if l_legislation_code = 'MX' then
279: PER_MX_VALIDATE_ID.VALIDATE_RFC_ID
280: (P_PER_INFORMATION2 => P_PER_INFORMATION2
281: ,P_PERSON_ID => P_PERSON_ID

Line 301: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CWK', 'AP');

297: );
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

Line 428: l_commit_unit_number := hr_api.return_commit_unit;

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
432: HR_AE_VALIDATE_PKG.CWK_VALIDATE

Line 429: if hr_api.call_leg_hooks then

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
432: HR_AE_VALIDATE_PKG.CWK_VALIDATE
433: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

Line 430: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);

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
432: HR_AE_VALIDATE_PKG.CWK_VALIDATE
433: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
434: ,P_PERSON_TYPE_ID => P_PERSON_TYPE_ID

Line 581: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CWK', 'BP');

577: ,P_EMAIL_ADDRESS => P_EMAIL_ADDRESS
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;