DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_BK4 dependencies on HR_API

Line 87: l_commit_unit_number := hr_api.return_commit_unit;

83: l_commit_unit_number number;
84: l_legislation_code varchar2(30);
85: begin
86: hr_utility.set_location('Entering: HR_ORGANIZATION_BK4.UPDATE_ORGANIZATION_A', 10);
87: l_commit_unit_number := hr_api.return_commit_unit;
88: if hr_api.call_app_hooks then
89: BEN_CHECK_ORGANIZATION.CHK_ORG_ROLE_BNF_UPD
90: (P_ORGANIZATION_ID => P_ORGANIZATION_ID
91: ,P_DATE_FROM => P_DATE_FROM

Line 88: if hr_api.call_app_hooks then

84: l_legislation_code varchar2(30);
85: begin
86: hr_utility.set_location('Entering: HR_ORGANIZATION_BK4.UPDATE_ORGANIZATION_A', 10);
87: l_commit_unit_number := hr_api.return_commit_unit;
88: if hr_api.call_app_hooks then
89: BEN_CHECK_ORGANIZATION.CHK_ORG_ROLE_BNF_UPD
90: (P_ORGANIZATION_ID => P_ORGANIZATION_ID
91: ,P_DATE_FROM => P_DATE_FROM
92: ,P_DATE_TO => P_DATE_TO

Line 174: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_ORGANIZATION', 'AP');

170: ,P_DUPLICATE_ORG_WARNING => P_DUPLICATE_ORG_WARNING
171: );
172: end if;
173: hr_multi_message.end_validation_set;
174: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_ORGANIZATION', 'AP');
175: hr_utility.set_location(' Leaving: HR_ORGANIZATION_BK4.UPDATE_ORGANIZATION_A', 20);
176: end UPDATE_ORGANIZATION_A;
177: procedure UPDATE_ORGANIZATION_B
178: (P_EFFECTIVE_DATE in DATE

Line 257: l_commit_unit_number := hr_api.return_commit_unit;

253: l_commit_unit_number number;
254: l_legislation_code varchar2(30);
255: begin
256: hr_utility.set_location('Entering: HR_ORGANIZATION_BK4.UPDATE_ORGANIZATION_B', 10);
257: l_commit_unit_number := hr_api.return_commit_unit;
258: if hr_api.call_leg_hooks then
259: l_legislation_code := HR_ORU_BUS.RETURN_LEGISLATION_CODE(P_ORGANIZATION_ID => P_ORGANIZATION_ID
260: );
261: if l_legislation_code = 'IN' then

Line 258: if hr_api.call_leg_hooks then

254: l_legislation_code varchar2(30);
255: begin
256: hr_utility.set_location('Entering: HR_ORGANIZATION_BK4.UPDATE_ORGANIZATION_B', 10);
257: l_commit_unit_number := hr_api.return_commit_unit;
258: if hr_api.call_leg_hooks then
259: l_legislation_code := HR_ORU_BUS.RETURN_LEGISLATION_CODE(P_ORGANIZATION_ID => P_ORGANIZATION_ID
260: );
261: if l_legislation_code = 'IN' then
262: PER_IN_ORG_INFO_LEG_HOOK.CHECK_ORGANIZATION_UPDATE

Line 272: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_ORGANIZATION', 'BP');

268: ,P_LOCATION_ID => P_LOCATION_ID
269: );
270: end if;
271: end if;
272: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_ORGANIZATION', 'BP');
273: hr_utility.set_location(' Leaving: HR_ORGANIZATION_BK4.UPDATE_ORGANIZATION_B', 20);
274: end UPDATE_ORGANIZATION_B;
275: end HR_ORGANIZATION_BK4;