DBA Data[Home] [Help]

APPS.IRC_OFFERS_BK3 SQL Statements

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

Line: 5

procedure DELETE_OFFER_A
(P_OBJECT_VERSION_NUMBER in NUMBER
,P_OFFER_ID in NUMBER
)is
l_commit_unit_number number;
Line: 12

hr_utility.set_location('Entering: IRC_OFFERS_BK3.DELETE_OFFER_A', 10);
Line: 15

irc_offers_be3.DELETE_OFFER_A
(P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
,P_OFFER_ID => P_OFFER_ID
);
Line: 21

hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_OFFER', 'AP');
Line: 22

hr_utility.set_location(' Leaving: IRC_OFFERS_BK3.DELETE_OFFER_A', 20);
Line: 23

end DELETE_OFFER_A;
Line: 24

procedure DELETE_OFFER_B
(P_OBJECT_VERSION_NUMBER in NUMBER
,P_OFFER_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: IRC_OFFERS_BK3.DELETE_OFFER_B', 10);
Line: 30

hr_utility.set_location(' Leaving: IRC_OFFERS_BK3.DELETE_OFFER_B', 20);
Line: 31

end DELETE_OFFER_B;