DBA Data[Home] [Help]

APPS.HR_TIC_RKI SQL Statements

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

Line: 5

procedure AFTER_INSERT
(P_TEMPLATE_ITEM_CONTEXT_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
,P_TEMPLATE_ITEM_ID in NUMBER
,P_CONTEXT_TYPE in VARCHAR2
,P_ITEM_CONTEXT_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: hr_tic_RKI.AFTER_INSERT', 10);
Line: 14

hr_utility.set_location(' Leaving: hr_tic_RKI.AFTER_INSERT', 20);
Line: 15

end AFTER_INSERT;