DBA Data[Home] [Help]

APPS.PAY_GB_EPS_13 dependencies on PAY_GB_EPS_13

Line 1: PACKAGE BODY PAY_GB_EPS_13 as

1: PACKAGE BODY PAY_GB_EPS_13 as
2: /* $Header: pygbeps13.pkb 120.5.12020000.2 2013/03/09 06:05:22 ssanjays noship $ *
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_GB_EPS_13

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

Line 19: g_package varchar2(15):='pay_gb_eps_13.';

15: 12-Dec-2012 sampmand 115.0 15890006 Created
16: 18-Dec-2012 sampmand 115.1 15890006 Fixed GSCC errors
17: =============================================================================*/
18:
19: g_package varchar2(15):='pay_gb_eps_13.';
20:
21: PROCEDURE Check_constraints
22: (
23: p_tax_free_pymt IN VARCHAR2,

Line 1557: END pay_gb_eps_13;

1553: end if;
1554: return tax_year;
1555: end;
1556:
1557: END pay_gb_eps_13;