DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_PREFS_BK3 SQL Statements

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

Line: 5

procedure DELETE_NOTIFICATION_PREFS_A
(P_NOTIFICATION_PREFERENCE_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
l_commit_unit_number number;
Line: 12

hr_utility.set_location('Entering: IRC_NOTIFICATION_PREFS_BK3.DELETE_NOTIFICATION_PREFS_A', 10);
Line: 15

irc_notification_prefs_be3.DELETE_NOTIFICATION_PREFS_A
(P_NOTIFICATION_PREFERENCE_ID => P_NOTIFICATION_PREFERENCE_ID
,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
);
Line: 21

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

hr_utility.set_location(' Leaving: IRC_NOTIFICATION_PREFS_BK3.DELETE_NOTIFICATION_PREFS_A', 20);
Line: 23

end DELETE_NOTIFICATION_PREFS_A;
Line: 24

procedure DELETE_NOTIFICATION_PREFS_B
(P_NOTIFICATION_PREFERENCE_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: IRC_NOTIFICATION_PREFS_BK3.DELETE_NOTIFICATION_PREFS_B', 10);
Line: 30

hr_utility.set_location(' Leaving: IRC_NOTIFICATION_PREFS_BK3.DELETE_NOTIFICATION_PREFS_B', 20);
Line: 31

end DELETE_NOTIFICATION_PREFS_B;