DBA Data[Home] [Help]

APPS.PAY_GB_RTI_EYU dependencies on PAY_GB_RTI_EYU

Line 1: PACKAGE BODY PAY_GB_RTI_EYU as

1: PACKAGE BODY PAY_GB_RTI_EYU as
2: /* $Header: pygbrtieyu.pkb 120.0.12020000.2 2013/03/04 07:35:53 rajganga noship $ */
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_GB_RTI_EYU

5: | Redwood Shores, California, USA |
6: | All rights reserved. |
7: +============================================================================
8: Name:
9: PAY_GB_RTI_EYU
10: Purpose:
11: It fetches the live data and archives it for RTI Processes.
12: This is a UK Specific payroll package.
13: History:

Line 31: g_package CONSTANT VARCHAR2(20) := 'pay_gb_rti_eyu.';

27: --
28: --
29: g_econ_ni_check varchar2(1);
30:
31: g_package CONSTANT VARCHAR2(20) := 'pay_gb_rti_eyu.';
32: c_contract_table_name CONSTANT pay_user_tables.user_table_name%TYPE := 'PQP_CONTRACT_TYPES';
33: g_start_year DATE;
34: g_end_year DATE;
35: g_tax_ref VARCHAR2(60);

Line 6244: END PAY_GB_RTI_EYU;

6240: fnd_file.put_line(fnd_file.LOG,'Errors found while archiving data.');
6241: raise_application_error(-20001,'Errors found while archiving data.');
6242: END deinitialization_code;
6243: --
6244: END PAY_GB_RTI_EYU;