DBA Data[Home] [Help]

APPS.PYUDET dependencies on PQP_GB_AD_EE

Line 65: 11-MAY-2009 jvaradra 115.106 8485686 Variable pqp_gb_ad_ee.g_global_paye_validation is

61: csr_fetch_asg_asgno Pass assignment number , Ni always Null
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.

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

1438: if g_validate_only = 'N' then /*Added soy 08-09*/
1439: hr_utility.trace(' In Validate And Commit Mode therefore updating');
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,

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

1449: p_input_value_id_tbl => l_input_value_id_tbl,
1450: p_entry_value_tbl => l_entry_value_tbl );
1451:
1452: -- For bug 8485686
1453: pqp_gb_ad_ee.g_global_paye_validation := 'Y';
1454:
1455: end if;
1456:
1457: return (l_process_type || ' ' || l_process_type_new_code || ' Update');

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

2422: if g_validate_only ='N' then /*Added soy 08-09*/
2423: hr_utility.trace(' In Validate And Commit Mode therefore updating.');
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,

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

2436: p_entry_information1 => fnd_date.date_to_canonical(l_issue_date),
2437: p_entry_information2 => fnd_date.date_to_canonical(l_message_date));
2438:
2439: -- For bug 8485686
2440: pqp_gb_ad_ee.g_global_paye_validation := 'Y';
2441:
2442: end if;
2443:
2444: ---------------------------------------------------