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.5 2006/11/13 06:07:15 schowta noship $ */
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 154: gv_package_name VARCHAR2(50) := 'pay_ca_payreg_extract_pkg';

150:
151: gv_html_start_data VARCHAR2(5) := '' ;
152: gv_html_end_data VARCHAR2(5) := '' ;
153:
154: gv_package_name VARCHAR2(50) := 'pay_ca_payreg_extract_pkg';
155:
156: gv_leg_code VARCHAR2(3);
157: gv_business_group_id NUMBER;
158: gv_tot_amt_lbl VARCHAR2(100) := ' ';

Line 1446: end pay_ca_payreg_extract_pkg;

1442: /* hr_utility.trace_off; */
1443:
1444: END payment_extract;
1445:
1446: end pay_ca_payreg_extract_pkg;