15: )is
16: l_commit_unit_number number;
17: l_legislation_code varchar2(30);
18: begin
19: hr_utility.set_location('Entering: IRC_OFFER_STATUS_HISTORY_BK1.CREATE_OFFER_STATUS_HISTORY_A', 10);
20: l_commit_unit_number := hr_api.return_commit_unit;
21: if hr_api.call_app_hooks then
22: irc_offer_status_history_be1.CREATE_OFFER_STATUS_HISTORY_A
23: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
32: );
33: end if;
34: hr_multi_message.end_validation_set;
35: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_OFFER_STATUS_HISTORY', 'AP');
36: hr_utility.set_location(' Leaving: IRC_OFFER_STATUS_HISTORY_BK1.CREATE_OFFER_STATUS_HISTORY_A', 20);
37: end CREATE_OFFER_STATUS_HISTORY_A;
38: procedure CREATE_OFFER_STATUS_HISTORY_B
39: (P_EFFECTIVE_DATE in DATE
40: ,P_OFFER_ID in NUMBER
44: ,P_DECLINE_REASON in VARCHAR2
45: ,P_NOTE_TEXT in VARCHAR2
46: )is
47: begin
48: hr_utility.set_location('Entering: IRC_OFFER_STATUS_HISTORY_BK1.CREATE_OFFER_STATUS_HISTORY_B', 10);
49: hr_utility.set_location(' Leaving: IRC_OFFER_STATUS_HISTORY_BK1.CREATE_OFFER_STATUS_HISTORY_B', 20);
50: end CREATE_OFFER_STATUS_HISTORY_B;
51: end IRC_OFFER_STATUS_HISTORY_BK1;
45: ,P_NOTE_TEXT in VARCHAR2
46: )is
47: begin
48: hr_utility.set_location('Entering: IRC_OFFER_STATUS_HISTORY_BK1.CREATE_OFFER_STATUS_HISTORY_B', 10);
49: hr_utility.set_location(' Leaving: IRC_OFFER_STATUS_HISTORY_BK1.CREATE_OFFER_STATUS_HISTORY_B', 20);
50: end CREATE_OFFER_STATUS_HISTORY_B;
51: end IRC_OFFER_STATUS_HISTORY_BK1;