DBA Data[Home] [Help]

APPS.HR_AU_TAX_API dependencies on PY_ELEMENT_ENTRY_API

Line 28: py_element_entry_api.

24: maintain_PAYE_tax_info.
25: apunekar 24-APR-2001 115.12 Reintroduced the Default null criteria.
26: srussell 28-FEB-2002 115.17 2240759 Add new parameter
27: p_override_user_ent_chk in calls to
28: py_element_entry_api.
29: shoskatt 30-MAY-2002 115.18 Bug 2145933 - Changed the package to handle
30: Senior Australian.
31: kaverma 26-NOV-2002 115.19 Bug 2601218 - Changed maintain_paye_tax_info and
32: maintain_super_info procedures.

Line 664: py_element_entry_api.update_element_entry

660: END IF;
661:
662: hr_utility.trace('Upd Tax Scale' || l_upd_tax_scale);
663: hr_utility.trace('fta_claim_flag' || p_fta_claim_flag);
664: py_element_entry_api.update_element_entry
665: (p_validate => p_validate
666: ,p_datetrack_update_mode=> l_mode
667: ,p_effective_date => l_session_date
668: ,p_business_group_id => p_business_group_id

Line 927: py_element_entry_api.update_element_entry

923:
924: -- Bug 3875404 - Stored the Value in a temporary variable for IN parameter binding.
925: l_tax_effective_date := l_paye_effective_start_date ;
926:
927: py_element_entry_api.update_element_entry
928: (p_validate => p_validate
929: ,p_datetrack_update_mode => 'CORRECTION'
930: ,p_effective_date => l_tax_effective_date
931: ,p_business_group_id => p_business_group_id

Line 945: py_element_entry_api.update_element_entry

941: END IF;
942:
943: END IF;
944:
945: py_element_entry_api.update_element_entry
946: (p_validate => p_validate
947: ,p_datetrack_update_mode => p_mode
948: ,p_effective_date => l_session_date
949: ,p_business_group_id => p_business_group_id

Line 1494: py_element_entry_api.create_element_entry

1490: end if;
1491: --
1492: validate_tfn(p_tax_file_number);
1493: --
1494: py_element_entry_api.create_element_entry
1495: (p_validate => p_validate
1496: ,p_effective_date => p_effective_date
1497: ,p_business_group_id => p_business_group_id
1498: ,p_original_entry_id => p_original_entry_id