DBA Data[Home] [Help]

APPS.PAY_CONTRIBUTION_HISTORY_BK3 SQL Statements

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

Line: 6

procedure DELETE_CONTRIBUTION_HISTORY_A
(P_CONTR_HISTORY_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: PAY_CONTRIBUTION_HISTORY_BK3.DELETE_CONTRIBUTION_HISTORY_A', 10);
Line: 12

hr_utility.set_location(' Leaving: PAY_CONTRIBUTION_HISTORY_BK3.DELETE_CONTRIBUTION_HISTORY_A', 20);
Line: 13

end DELETE_CONTRIBUTION_HISTORY_A;
Line: 14

procedure DELETE_CONTRIBUTION_HISTORY_B
(P_CONTR_HISTORY_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: PAY_CONTRIBUTION_HISTORY_BK3.DELETE_CONTRIBUTION_HISTORY_B', 10);
Line: 20

hr_utility.set_location(' Leaving: PAY_CONTRIBUTION_HISTORY_BK3.DELETE_CONTRIBUTION_HISTORY_B', 20);
Line: 21

end DELETE_CONTRIBUTION_HISTORY_B;