DBA Data[Home] [Help]

APPS.IRC_LOCATION_CRITERIA_VAL_BK1 dependencies on HR_API

Line 15: l_commit_unit_number := hr_api.return_commit_unit;

11: l_commit_unit_number number;
12: l_legislation_code varchar2(30);
13: begin
14: hr_utility.set_location('Entering: IRC_LOCATION_CRITERIA_VAL_BK1.CREATE_LOCATION_CRITERIA_A', 10);
15: l_commit_unit_number := hr_api.return_commit_unit;
16: if hr_api.call_app_hooks then
17: irc_location_criteria_val_be1.CREATE_LOCATION_CRITERIA_A
18: (P_LOCATION_CRITERIA_VALUE_ID => P_LOCATION_CRITERIA_VALUE_ID
19: ,P_SEARCH_CRITERIA_ID => P_SEARCH_CRITERIA_ID

Line 16: if hr_api.call_app_hooks then

12: l_legislation_code varchar2(30);
13: begin
14: hr_utility.set_location('Entering: IRC_LOCATION_CRITERIA_VAL_BK1.CREATE_LOCATION_CRITERIA_A', 10);
15: l_commit_unit_number := hr_api.return_commit_unit;
16: if hr_api.call_app_hooks then
17: irc_location_criteria_val_be1.CREATE_LOCATION_CRITERIA_A
18: (P_LOCATION_CRITERIA_VALUE_ID => P_LOCATION_CRITERIA_VALUE_ID
19: ,P_SEARCH_CRITERIA_ID => P_SEARCH_CRITERIA_ID
20: ,P_DERIVED_LOCALE => P_DERIVED_LOCALE

Line 25: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION_CRITERIA', 'AP');

21: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
22: );
23: end if;
24: hr_multi_message.end_validation_set;
25: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION_CRITERIA', 'AP');
26: hr_utility.set_location(' Leaving: IRC_LOCATION_CRITERIA_VAL_BK1.CREATE_LOCATION_CRITERIA_A', 20);
27: end CREATE_LOCATION_CRITERIA_A;
28: procedure CREATE_LOCATION_CRITERIA_B
29: (P_SEARCH_CRITERIA_ID in NUMBER