DBA Data[Home] [Help]

APPS.HR_DATE_CHK dependencies on PAY_US_EMP_DT_TAX_RULES

Line 97: pay_us_emp_dt_tax_rules.default_tax_with_validation

93: to keep CTR start-dates in synch with PER and ASG
94:
95: 110.8 29-FEB-2000 tclewis removed check to determine if payroll is installed.
96: this check is now performed in the
97: pay_us_emp_dt_tax_rules.default_tax_with_validation
98: procedure.
99:
100: 115.7 02-SEP-2002 vramanai 2403885 Modified the cursor defination of 'pay' to enhance the
101: performance of the query.

Line 905: pay_us_emp_dt_tax_rules.default_tax_with_validation(p_assignment_id => null,

901: hr_utility.raise_error;
902: end if;
903: close csr_get_bg;
904:
905: pay_us_emp_dt_tax_rules.default_tax_with_validation(p_assignment_id => null,
906: p_person_id => p_person_id,
907: p_effective_start_date => p_start_date,
908: p_effective_end_date => null,
909: p_session_date => null,