DBA Data[Home] [Help]

APPS.PAY_GB_PAYE_SYNC dependencies on HR_ENTRY_API

Line 1377: If no error, and the existing values are diff from sugg values call hr_entry_api

1373:
1374: /* Loop through the assignments and perform the below:
1375: If error message set for this assignment, then skip this assignment
1376: If no error, and there is no change in the exisiting and suggested values then skip
1377: If no error, and the existing values are diff from sugg values call hr_entry_api
1378: If run in validate mode dont commit, else commit
1379: */
1380: BEGIN
1381: --SAVEPOINT PRE_STATE;

Line 1401: hr_utility.trace( l_pkg ||'Arguments to hr_entry_api call');

1397:
1398: ELSIF (nvl(tab_paye_file(l_count).record_changed,'Y') = 'Y')
1399: THEN
1400:
1401: hr_utility.trace( l_pkg ||'Arguments to hr_entry_api call');
1402: hr_utility.trace( l_pkg ||'SessionDate:'||download_cp_eff_date);
1403: hr_utility.trace( l_pkg ||'p_element_entry_id:'||tab_paye_file(l_count).element_entry_id);
1404: hr_utility.trace( l_pkg ||'p_input_value_id1:'||tab_paye_file(l_count).tax_code_iv_id);
1405: hr_utility.trace( l_pkg ||'p_input_value_id2:'||tab_paye_file(l_count).tax_basis_iv_id);

Line 1421: hr_entry_api.update_element_entry(p_dt_update_mode => 'UPDATE',

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,
1424: p_input_value_id1 => tab_paye_file(l_count).tax_code_iv_id,
1425: p_input_value_id2 => tab_paye_file(l_count).tax_basis_iv_id,