DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on PAY_P45_PKG

Line 1: PACKAGE BODY PAY_P45_PKG as

1: PACKAGE BODY PAY_P45_PKG as
2: /* $Header: payrp45.pkb 120.70.12020000.5 2012/12/10 09:54:45 kvinayku ship $ */
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_P45_PKG

5: | Redwood Shores, California, USA |
6: | All rights reserved. |
7: +============================================================================
8: Name
9: PAY_P45_PKG
10: Purpose
11: Supports the P45 form (PAYWSR45) called from the form PAYGBTAX.
12: This is a UK Specific payroll form/package.
13: Notes

Line 242: 25-Sep-2007 rlingama 115.70 Bug 5671777-2 Update pay_p45_pkg.get_p45_agg_asg_action_id

238: and csr_all_assignments_range to use
239: assignment's effective end date instead
240: of actual termination date to ensure
241: tax ref transfers are handled correctly
242: 25-Sep-2007 rlingama 115.70 Bug 5671777-2 Update pay_p45_pkg.get_p45_agg_asg_action_id
243: procedure to first look for a P45 for another assignment
244: that included the given assignment using
245: X_P45_INCLUDED_ASSIGNMENT user entity.
246: Bug 5671777-11 validation added in the p45 process to

Line 321: g_package CONSTANT VARCHAR2(20):= 'pay_p45_pkg.';

317: ==============================================================================*/
318:
319:
320: -- Globals
321: g_package CONSTANT VARCHAR2(20):= 'pay_p45_pkg.';
322: g_asg_creation_cache_populated BOOLEAN := FALSE;
323: g_asg_process_cache_populated BOOLEAN := FALSE;
324: g_fnd_rep_request_msg VARCHAR2(2000):=' ';
325: -- SRS Params

Line 3508: PAY_P45_PKG.get_data

3504: fnd_number.number_to_canonical(l_payroll_id));
3505: END IF;
3506: archive_asg_info(g_issue_date_eid, nvl(fnd_date.date_to_canonical(p_effective_date), fnd_date.date_to_canonical(sysdate)));
3507: --
3508: PAY_P45_PKG.get_data
3509: (X_PERSON_ID => l_person_id,
3510: X_SESSION_DATE => sysdate,
3511: X_ADDRESS_LINE1 => l_address_line1,
3512: X_ADDRESS_LINE2 => l_address_line2,

Line 3597: l_student_loan_flag := PAY_P45_PKG.get_student_loan_flag

3593: archive_asg_info(g_county_eid, l_county);
3594: archive_asg_info(g_postal_code_eid, l_postal_code);
3595: archive_asg_info(g_country_eid, l_country);
3596: -- get the student loan flag
3597: l_student_loan_flag := PAY_P45_PKG.get_student_loan_flag
3598: (l_assignment_id,
3599: l_termination_date,
3600: sysdate);
3601: -- get_db_and_bal_items

Line 3727: PAY_P45_PKG2.get_balance_items(

3723: --
3724: -- Get Balance items.
3725: -- Nb. parameter names of the following procedure are inconsistent with
3726: -- the actual values returned.
3727: PAY_P45_PKG2.get_balance_items(
3728: p_assignment_action_id => l_last_asg_action_id,
3729: p_gross_pay => l_taxable,
3730: p_taxable_pay => l_paye,
3731: p_agg_paye_flag => l_agg_paye_flag);

Line 5338: END pay_p45_pkg;

5334: return l_return_p45_issued_flag;
5335: --
5336: END return_p45_issued_flag;
5337:
5338: END pay_p45_pkg;