DBA Data[Home] [Help]

APPS.HR_SIT_BK1 dependencies on HR_API

Line 77: l_commit_unit_number := hr_api.return_commit_unit;

73: l_commit_unit_number number;
74: l_legislation_code varchar2(30);
75: begin
76: hr_utility.set_location('Entering: HR_SIT_BK1.CREATE_SIT_A', 10);
77: l_commit_unit_number := hr_api.return_commit_unit;
78: if hr_api.call_app_hooks then
79: hr_sit_be1.CREATE_SIT_A
80: (P_PERSON_ID => P_PERSON_ID
81: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

Line 78: if hr_api.call_app_hooks then

74: l_legislation_code varchar2(30);
75: begin
76: hr_utility.set_location('Entering: HR_SIT_BK1.CREATE_SIT_A', 10);
77: l_commit_unit_number := hr_api.return_commit_unit;
78: if hr_api.call_app_hooks then
79: hr_sit_be1.CREATE_SIT_A
80: (P_PERSON_ID => P_PERSON_ID
81: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
82: ,P_ID_FLEX_NUM => P_ID_FLEX_NUM

Line 149: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_SIT', 'AP');

145: ,P_PEA_OBJECT_VERSION_NUMBER => P_PEA_OBJECT_VERSION_NUMBER
146: );
147: end if;
148: hr_multi_message.end_validation_set;
149: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_SIT', 'AP');
150: hr_utility.set_location(' Leaving: HR_SIT_BK1.CREATE_SIT_A', 20);
151: end CREATE_SIT_A;
152: procedure CREATE_SIT_B
153: (P_PERSON_ID in NUMBER