DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_BK3 SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 5

procedure DELETE_DEFAULT_POSTING_A
(P_DEFAULT_POSTING_ID in NUMBER
)is
l_commit_unit_number number;
Line: 11

hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_A', 10);
Line: 14

irc_default_posting_be3.DELETE_DEFAULT_POSTING_A
(P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID
);
Line: 19

hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_DEFAULT_POSTING', 'AP');
Line: 20

hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_A', 20);
Line: 21

end DELETE_DEFAULT_POSTING_A;
Line: 22

procedure DELETE_DEFAULT_POSTING_B
(P_DEFAULT_POSTING_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_B', 10);
Line: 27

hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_B', 20);
Line: 28

end DELETE_DEFAULT_POSTING_B;