DBA Data[Home] [Help]

APPS.PYUDET dependencies on HR_ENTRY_API

Line 12: Uses : hr_entry_api, hr_utility

8: Cumulative, clear Previous Tax Paid and Taxable Pay,
9: uplift Tax Codes or read new Tax Codes from tape.
10: Author : Barry Goodsell
11: Date Created : 15-Aug-95
12: Uses : hr_entry_api, hr_utility
13:
14: Change List
15: -----------
16: Date Name Vers Bug No Description

Line 66: intialized to 'N' before calling hr_entry_api

62: csr_fetch_asg_natid -- pass Ni ,Assignment always Null
63: csr_fetch_asg_other -- Pass Both
64: Both Null Errors
65: 11-MAY-2009 jvaradra 115.106 8485686 Variable pqp_gb_ad_ee.g_global_paye_validation is
66: intialized to 'N' before calling hr_entry_api
67: and reset to 'Y' at the end to ensure row handler validations
68: are not fired when p6/p9/SOY process are submitted.
69: 21-MAY-2009 rlingama 115.107 8497477 Added Employer's PAYE Reference on the output.
70: Earlier the report was sorted by person full name.

Line 1444: hr_entry_api.update_element_entry (

1440:
1441: -- For bug 8485686
1442: pqp_gb_ad_ee.g_global_paye_validation := 'N';
1443:
1444: hr_entry_api.update_element_entry (
1445: p_dt_update_mode => 'UPDATE',
1446: p_session_date => g_effective_date,
1447: p_element_entry_id => l_element_entry_id,
1448: p_num_entry_values => l_num_entry_values,

Line 2428: hr_entry_api.update_element_entry(

2424:
2425: -- For bug 8485686
2426: pqp_gb_ad_ee.g_global_paye_validation := 'N';
2427:
2428: hr_entry_api.update_element_entry(
2429: p_dt_update_mode => rtrim(p_paye_rec.dt_update_mode),
2430: p_session_date => p_per_rec.effective_date,
2431: p_element_entry_id => p_paye_rec.element_entry_id,
2432: p_num_entry_values => l_num_entry_values,