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 701: py_element_entry_api.update_element_entry

697:
698: hr_utility.trace('Upd Tax Scale' || l_upd_tax_scale);
699: hr_utility.trace('fta_claim_flag' || p_fta_claim_flag);
700: /* Bug 12570937 - Added flood levy parameter to the below call */
701: py_element_entry_api.update_element_entry
702: (p_validate => p_validate
703: ,p_datetrack_update_mode=> l_mode
704: ,p_effective_date => l_session_date
705: ,p_business_group_id => p_business_group_id

Line 966: py_element_entry_api.update_element_entry

962:
963: -- Bug 3875404 - Stored the Value in a temporary variable for IN parameter binding.
964: l_tax_effective_date := l_paye_effective_start_date ;
965:
966: py_element_entry_api.update_element_entry
967: (p_validate => p_validate
968: ,p_datetrack_update_mode => 'CORRECTION'
969: ,p_effective_date => l_tax_effective_date
970: ,p_business_group_id => p_business_group_id

Line 984: py_element_entry_api.update_element_entry

980: END IF;
981:
982: END IF;
983:
984: py_element_entry_api.update_element_entry
985: (p_validate => p_validate
986: ,p_datetrack_update_mode => p_mode
987: ,p_effective_date => l_session_date
988: ,p_business_group_id => p_business_group_id

Line 1532: py_element_entry_api.create_element_entry

1528: end if;
1529: --
1530: validate_tfn(p_tax_file_number);
1531: --
1532: py_element_entry_api.create_element_entry
1533: (p_validate => p_validate
1534: ,p_effective_date => p_effective_date
1535: ,p_business_group_id => p_business_group_id
1536: ,p_original_entry_id => p_original_entry_id