DBA Data[Home] [Help]

APPS.PAY_CA_ARCHIVE_RULES dependencies on PAY_CA_ARCHIVE_RULES

Line 1: PACKAGE BODY PAY_CA_ARCHIVE_RULES AS

1: PACKAGE BODY PAY_CA_ARCHIVE_RULES AS
2: /* $Header: paycaarcyema.pkb 120.4.12010000.5 2008/11/13 15:16:12 sneelapa ship $ */
3: /******************************************************************************
4:
5: ******************************************************************

Line 21: Name : PAY_CA_ARCHIVE_RULES

17: * 500 Oracle Parkway, Redwood City, CA, 94065. *
18: * *
19: ******************************************************************
20: --
21: Name : PAY_CA_ARCHIVE_RULES
22: Description : This package contains the rules for archiving
23: for missing assignment report specific to CA legislation
24: --
25: Change List

Line 68: gv_package_name VARCHAR2(50) := 'pay_ca_archive_rules.';

64: Commented the code in "action_creation"
65: procedure and added the code to check
66: QC in ARCHIVE_CODE procedure.
67: ******************************************************************************/
68: gv_package_name VARCHAR2(50) := 'pay_ca_archive_rules.';
69:
70:
71: ----------------------------------- range_cursor ------------------------------
72: procedure range_cursor (pactid in number, sqlstr out nocopy varchar2) is

Line 283: END PAY_CA_ARCHIVE_RULES;

279:
280: --begin
281: --hr_utility.trace_on(null,'YREND_YEMA');
282:
283: END PAY_CA_ARCHIVE_RULES;