DBA Data[Home] [Help]

APPS.HXC_TKS_RKI SQL Statements

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

Line: 5

procedure AFTER_INSERT
(P_SUBMISSION_ID in NUMBER
,P_RESOURCE_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: HXC_TKS_RKI.AFTER_INSERT', 10);
Line: 11

hr_utility.set_location(' Leaving: HXC_TKS_RKI.AFTER_INSERT', 20);
Line: 12

end AFTER_INSERT;