DBA Data[Home] [Help]

APPS.PAY_GB_RTI_OUTPUT dependencies on PAY_GB_RTI_OUTPUT

Line 1: PACKAGE BODY PAY_GB_RTI_OUTPUT as

1: PACKAGE BODY PAY_GB_RTI_OUTPUT as
2: /* $Header: pygbrtio.pkb 120.2.12020000.2 2013/03/09 06:36:45 ssanjays noship $ */
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_GB_RTI_OUTPUT

5: | Redwood Shores, California, USA |
6: | All rights reserved. |
7: +============================================================================
8: Name:
9: PAY_GB_RTI_OUTPUT
10: Purpose:
11: It fetches the archived data for RTI Processes, converts it into XML format
12: and merges it with the EText file to generate the output.
13: This is a UK Specific payroll package.

Line 78: g_package CONSTANT VARCHAR2(20):= 'pay_gb_rti_output.';

74: tax_basis VARCHAR2(20),
75: prev_paid VARCHAR2(20),
76: prev_tax VARCHAR2(20));
77:
78: g_package CONSTANT VARCHAR2(20):= 'pay_gb_rti_output.';
79: --
80: --
81: /*------------- PRIVATE PROCEDURE -----------------*/
82: --

Line 1200: end PAY_GB_RTI_OUTPUT;

1196: hr_utility.set_location('Leaving: '||l_proc,58);
1197: --
1198: END action_creation;
1199:
1200: end PAY_GB_RTI_OUTPUT;