DBA Data[Home] [Help]

APPS.HR_TIM_RKI SQL Statements

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

Line: 5

procedure AFTER_INSERT
(P_TEMPLATE_ITEM_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
,P_FORM_TEMPLATE_ID in NUMBER
,P_FORM_ITEM_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: hr_tim_RKI.AFTER_INSERT', 10);
Line: 13

hr_utility.set_location(' Leaving: hr_tim_RKI.AFTER_INSERT', 20);
Line: 14

end AFTER_INSERT;