DBA Data[Home] [Help]

APPS.PAY_CA_PAYREG_EXTRACT_PKG dependencies on PAY_CA_PAYREG_EXTRACT_PKG

Line 1: PACKAGE BODY pay_ca_payreg_extract_pkg AS

1: PACKAGE BODY pay_ca_payreg_extract_pkg AS
2: /* $Header: pycaprpe.pkb 120.9 2011/10/21 09:08:03 sbachu ship $ */
3: /*
4: ******************************************************************
5: * *

Line 20: Name : pay_ca_payreg_extract_pkg

16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19:
20: Name : pay_ca_payreg_extract_pkg
21:
22: Description : Package for the Payment Report. The package
23: generated the output file in the specified user
24: format. The current formats supported are

Line 135: a. pay_ca_payreg_extract_pkg > c_payment_period and

131:
132: 26-Sep-2006 schowta 115.27 5383895 - Following modifications are done. search for 5383895
133: for all the changes done.
134:
135: a. pay_ca_payreg_extract_pkg > c_payment_period and
136: other cursors the join to date_earned has been changed to effective_date
137: in all instances except in c_payroll_paydate
138:
139: cursor c_tp_pmt_check is merged with c_assignments cursor.

Line 164: gv_package_name VARCHAR2(50) := 'pay_ca_payreg_extract_pkg';

160:
161: gv_html_start_data VARCHAR2(5) := '' ;
162: gv_html_end_data VARCHAR2(5) := '' ;
163:
164: gv_package_name VARCHAR2(50) := 'pay_ca_payreg_extract_pkg';
165:
166: gv_leg_code VARCHAR2(3);
167: gv_business_group_id NUMBER;
168: gv_tot_amt_lbl VARCHAR2(100) := ' ';

Line 1479: end pay_ca_payreg_extract_pkg;

1475: /* hr_utility.trace_off; */
1476:
1477: END payment_extract;
1478:
1479: end pay_ca_payreg_extract_pkg;