DBA Data[Home] [Help]

APPS.PAY_TIME_DEFINITION_BK2 dependencies on HR_API

Line 43: l_commit_unit_number := hr_api.return_commit_unit;

39: l_commit_unit_number number;
40: l_legislation_code varchar2(30);
41: begin
42: hr_utility.set_location('Entering: PAY_TIME_DEFINITION_BK2.UPDATE_TIME_DEFINITION_B', 10);
43: l_commit_unit_number := hr_api.return_commit_unit;
44: if hr_api.call_leg_hooks then
45: l_legislation_code := PAY_TDF_BUS.RETURN_LEGISLATION_CODE(P_TIME_DEFINITION_ID => P_TIME_DEFINITION_ID
46: );
47: if l_legislation_code = 'US' then

Line 44: if hr_api.call_leg_hooks then

40: l_legislation_code varchar2(30);
41: begin
42: hr_utility.set_location('Entering: PAY_TIME_DEFINITION_BK2.UPDATE_TIME_DEFINITION_B', 10);
43: l_commit_unit_number := hr_api.return_commit_unit;
44: if hr_api.call_leg_hooks then
45: l_legislation_code := PAY_TDF_BUS.RETURN_LEGISLATION_CODE(P_TIME_DEFINITION_ID => P_TIME_DEFINITION_ID
46: );
47: if l_legislation_code = 'US' then
48: HXC_US_TIME_DEFINITIONS_HOOK.UPDATE_USER_HOOK_TIMEDEF

Line 59: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_TIME_DEFINITION', 'BP');

55: ,P_CREATOR_TYPE => P_CREATOR_TYPE
56: );
57: end if;
58: end if;
59: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_TIME_DEFINITION', 'BP');
60: hr_utility.set_location(' Leaving: PAY_TIME_DEFINITION_BK2.UPDATE_TIME_DEFINITION_B', 20);
61: end UPDATE_TIME_DEFINITION_B;
62: end PAY_TIME_DEFINITION_BK2;