DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on HR_GENERAL

Line 10657: if hr_general.chk_maintain_tax_records = 'Y' then

10653: p_legislation => 'US');
10654:
10655:
10656:
10657: if hr_general.chk_maintain_tax_records = 'Y' then
10658:
10659: if p_s_start_date < p_default_date then
10660:
10661: pull_tax_records(p_assignment_id => p_assignment_id,

Line 11509: if hr_general.chk_maintain_tax_records = 'N' then

11505: /* First check if geocode has been installed or not. If no geocodes
11506: installed then return because there is nothing to be done by this
11507: defaulting procedure */
11508:
11509: if hr_general.chk_maintain_tax_records = 'N' then
11510: return;
11511: end if;
11512:
11513: /* Check if payroll has been installed or not */