DBA Data[Home] [Help]

PACKAGE BODY: APPS.HR_SECURITY_PAYROLLS_BK2

Source


1 package body HR_SECURITY_PAYROLLS_BK2 as
2 /* $Header: hrsprapi.pkb 120.0 2005/11/18 02:19:08 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2009/03/30 04:45:08 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_PAY_SECURITY_PAYROLL_A
6 (P_SECURITY_PROFILE_ID in NUMBER
7 ,P_PAYROLL_ID in NUMBER
8 ,P_OBJECT_VERSION_NUMBER in NUMBER
9 )is
10 begin
11 hr_utility.set_location('Entering: HR_SECURITY_PAYROLLS_BK2.DELETE_PAY_SECURITY_PAYROLL_A', 10);
12 hr_utility.set_location(' Leaving: HR_SECURITY_PAYROLLS_BK2.DELETE_PAY_SECURITY_PAYROLL_A', 20);
13 end DELETE_PAY_SECURITY_PAYROLL_A;
14 procedure DELETE_PAY_SECURITY_PAYROLL_B
15 (P_SECURITY_PROFILE_ID in NUMBER
16 ,P_PAYROLL_ID in NUMBER
17 )is
18 begin
19 hr_utility.set_location('Entering: HR_SECURITY_PAYROLLS_BK2.DELETE_PAY_SECURITY_PAYROLL_B', 10);
20 hr_utility.set_location(' Leaving: HR_SECURITY_PAYROLLS_BK2.DELETE_PAY_SECURITY_PAYROLL_B', 20);
21 end DELETE_PAY_SECURITY_PAYROLL_B;
22 end HR_SECURITY_PAYROLLS_BK2;