DBA Data[Home] [Help]

APPS.HR_AU_TAX_API dependencies on STANDARD

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

1908:
1909: -- If the Tax Information already exists for this assignment then
1910: -- call maintain_paye_tax_info... otherwise call call create_paye_tax_info.
1911: -- (After updating the payroll against the assignment the Tax element entry
1912: -- gets automatically created since it is a standard element. However we
1913: -- still allow for case when it does not exist.
1914: --
1915: -- First need to get the element_type_id to then find the element_link_id
1916: open csr_tax_element;

Line 1973: ,P_STANDARD_LINK_FLAG => 'Y'

1969: ,P_BUSINESS_GROUP_ID => p_business_group_id
1970: ,P_COSTABLE_TYPE => 'N'
1971: ,P_PAYROLL_ID => p_payroll_id
1972: ,P_LINK_TO_ALL_PAYROLLS_FLAG => 'N'
1973: ,P_STANDARD_LINK_FLAG => 'Y'
1974: ,P_COST_CONCAT_SEGMENTS => null
1975: ,P_BALANCE_CONCAT_SEGMENTS => null
1976: ,P_ELEMENT_LINK_ID => l_element_link_id
1977: ,P_COMMENT_ID => l_comment_id