DBA Data[Home] [Help]

APPS.HR_SECURITY_PAYROLLS_BK2 SQL Statements

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

Line: 5

procedure DELETE_PAY_SECURITY_PAYROLL_A
(P_SECURITY_PROFILE_ID in NUMBER
,P_PAYROLL_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: HR_SECURITY_PAYROLLS_BK2.DELETE_PAY_SECURITY_PAYROLL_A', 10);
Line: 12

hr_utility.set_location(' Leaving: HR_SECURITY_PAYROLLS_BK2.DELETE_PAY_SECURITY_PAYROLL_A', 20);
Line: 13

end DELETE_PAY_SECURITY_PAYROLL_A;
Line: 14

procedure DELETE_PAY_SECURITY_PAYROLL_B
(P_SECURITY_PROFILE_ID in NUMBER
,P_PAYROLL_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: HR_SECURITY_PAYROLLS_BK2.DELETE_PAY_SECURITY_PAYROLL_B', 10);
Line: 20

hr_utility.set_location(' Leaving: HR_SECURITY_PAYROLLS_BK2.DELETE_PAY_SECURITY_PAYROLL_B', 20);
Line: 21

end DELETE_PAY_SECURITY_PAYROLL_B;