DBA Data[Home] [Help]

APPS.HR_AU_TAX_API dependencies on STANDARD

Line 1859: -- gets automatically created since it is a standard element. However we

1855:
1856: -- If the Tax Information already exists for this assignment then
1857: -- call maintain_paye_tax_info... otherwise call call create_paye_tax_info.
1858: -- (After updating the payroll against the assignment the Tax element entry
1859: -- gets automatically created since it is a standard element. However we
1860: -- still allow for case when it does not exist.
1861: --
1862: -- First need to get the element_type_id to then find the element_link_id
1863: open csr_tax_element;

Line 1913: ,P_STANDARD_LINK_FLAG => 'Y'

1909: ,P_BUSINESS_GROUP_ID => p_business_group_id
1910: ,P_COSTABLE_TYPE => 'N'
1911: ,P_PAYROLL_ID => p_payroll_id
1912: ,P_LINK_TO_ALL_PAYROLLS_FLAG => 'N'
1913: ,P_STANDARD_LINK_FLAG => 'Y'
1914: ,P_COST_CONCAT_SEGMENTS => null
1915: ,P_BALANCE_CONCAT_SEGMENTS => null
1916: ,P_ELEMENT_LINK_ID => l_element_link_id
1917: ,P_COMMENT_ID => l_comment_id