DBA Data[Home] [Help]

APPS.PAY_GB_RTI dependencies on PAY_GB_RTI

Line 1: PACKAGE BODY PAY_GB_RTI as

1: PACKAGE BODY PAY_GB_RTI as
2: /* $Header: pygbrtia.pkb 120.72.12020000.3 2013/03/25 14:43:37 ssarap noship $ */
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_GB_RTI

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

Line 96: g_package CONSTANT VARCHAR2(20):= 'pay_gb_rti.';

92: 08-Mar-2013 ssarap 115.72 16456256 Added Date track check to sql statement in procedure person_addr_validations_nino
93: 25-Mar-2013 ssarap 115.74 16536044 Modified csr_asg
94: =========================================================================================================*/
95:
96: g_package CONSTANT VARCHAR2(20):= 'pay_gb_rti.';
97: g_paye_details_id number;
98: g_validation_check VARCHAR2(1) := 'Y';
99:
100: -- Change the code numbers eas

Line 3386: end PAY_GB_RTI;

3382: End If;
3383: return l_tax_year_start_date;
3384: END fetch_soy;
3385:
3386: end PAY_GB_RTI;