DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on HR_GENERAL

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

10577: p_legislation => 'US');
10578:
10579:
10580:
10581: if hr_general.chk_maintain_tax_records = 'Y' then
10582:
10583: if p_s_start_date < p_default_date then
10584:
10585: pull_tax_records(p_assignment_id => p_assignment_id,

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

11429: /* First check if geocode has been installed or not. If no geocodes
11430: installed then return because there is nothing to be done by this
11431: defaulting procedure */
11432:
11433: if hr_general.chk_maintain_tax_records = 'N' then
11434: return;
11435: end if;
11436:
11437: /* Check if payroll has been installed or not */