DBA Data[Home] [Help]

APPS.PAY_GB_PAYE_SYNC dependencies on PQP_GB_AD_EE

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

1415: hr_utility.trace( l_pkg ||'p_entry_value6:'||tab_paye_file(l_count).sug_authority);
1416:
1417: BEGIN
1418: -- For bug 8485686
1419: pqp_gb_ad_ee.g_global_paye_validation := 'N';
1420:
1421: hr_entry_api.update_element_entry(p_dt_update_mode => 'UPDATE',
1422: p_session_date => download_cp_eff_date,
1423: p_element_entry_id => tab_paye_file(l_count).element_entry_id,

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

1435: p_entry_value6 => tab_paye_file(l_count).sug_authority
1436: );
1437:
1438: -- For bug 8485686
1439: pqp_gb_ad_ee.g_global_paye_validation := 'Y';
1440:
1441: fnd_file.PUT_LINE(FND_FILE.OUTPUT,rpad(tab_paye_file(l_count).last_name,20,' ')||rpad(tab_paye_file(l_count).assignment_number,20,' ')||'Record Updated');
1442:
1443: EXCEPTION