DBA Data[Home] [Help]

APPS.PAY_UK_ELE_ENTRIES_PKG dependencies on PQP_GB_AD_EE

Line 37: Variable pqp_gb_ad_ee.g_global_paye_validation is

33: 24-Jan-03 M.Ahmad 115.6 Added NOCOPY
34: 19-Feb-03 A.Sengar 115.8 Added one condition in the select statement of the
35: PROCEDURE update_ni_entries.
36: 11-May-09 jvaradra 115.9 For bug 8485686
37: Variable pqp_gb_ad_ee.g_global_paye_validation is
38: intialized to 'N' and reset to 'Y' in the end
39: ==============================================================================*/
40: -----------------------------------------------------------------------------
41: -- Name --

Line 74: pqp_gb_ad_ee.g_global_paye_validation := 'N';

70:
71: BEGIN
72:
73: -- For bug 8485686
74: pqp_gb_ad_ee.g_global_paye_validation := 'N';
75:
76: hr_entry_api.update_element_entry
77: (p_dt_update_mode => x_dt_update_mode,
78: p_session_date => x_session_date,

Line 98: pqp_gb_ad_ee.g_global_paye_validation := 'Y';

94: P_entry_information_category => x_entry_information_category);
95:
96:
97: -- For bug 8485686
98: pqp_gb_ad_ee.g_global_paye_validation := 'Y';
99:
100: select e.effective_end_date
101: into l_effective_end_date
102: from pay_element_entries_f e