DBA Data[Home] [Help]

APPS.HXC_TKG_RKI SQL Statements

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

Line: 5

procedure AFTER_INSERT
(P_TK_GROUP_ID in NUMBER
,P_TK_GROUP_NAME in VARCHAR2
,P_TK_RESOURCE_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
,P_BUSINESS_GROUP_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: HXC_TKG_RKI.AFTER_INSERT', 10);
Line: 14

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

end AFTER_INSERT;