DBA Data[Home] [Help]

APPS.PAY_GB_RTI_P60 dependencies on PAY_GB_RTI_P60

Line 1: PACKAGE BODY PAY_GB_RTI_P60 AS

1: PACKAGE BODY PAY_GB_RTI_P60 AS
2: /* $Header: pygbrtip60.pkb 120.0.12020000.2 2013/02/11 18:11:16 krreddy noship $ */
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_GB_RTI_P60

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

Line 2091: hr_utility.trace('Entering PAY_GB_RTI_P60.get_ni_balances_for_asg.');

2087: and paa.payroll_action_id = ppa.payroll_action_id
2088: and ACTION_TYPE in ('V');
2089:
2090: BEGIN
2091: hr_utility.trace('Entering PAY_GB_RTI_P60.get_ni_balances_for_asg.');
2092: load_defined_balances();
2093: -- fetch NI x Total/Able balances for checking whether this assignment
2094: -- reported in the P35 report or not. -- Bug 6271548
2095: hr_utility.trace('fetching NI x Total/Able balances');

Line 4984: END PAY_GB_RTI_P60;

4980: return null;
4981: end if;
4982: end get_column_value;
4983:
4984: END PAY_GB_RTI_P60;