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 2007/11/13 14:48:34 sapalani noship $ */
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 41: gv_package_name VARCHAR2(50) := 'pay_ca_archive_rules.';

37: 13-NOV-2007 sapalani 115.4 6454571 Modified condition in action_creation
38: to include only Quebec location
39: assignments for RL1 and RL2
40: ******************************************************************************/
41: gv_package_name VARCHAR2(50) := 'pay_ca_archive_rules.';
42:
43:
44: ----------------------------------- range_cursor ------------------------------
45: procedure range_cursor (pactid in number, sqlstr out nocopy varchar2) is

Line 201: END PAY_CA_ARCHIVE_RULES;

197:
198: --begin
199: --hr_utility.trace_on(null,'YREND_YEMA');
200:
201: END PAY_CA_ARCHIVE_RULES;