DBA Data[Home] [Help]

APPS.PAY_CITY_TAX_RULE_API dependencies on HR_GENERAL

Line 556: -- Changed call to check hr_general.chk_maintain_tax_records to

552: hr_utility.set_location(l_proc, 15);
553: --
554: -- Process Logic
555: --
556: -- Changed call to check hr_general.chk_maintain_tax_records to
557: -- determine if we need to maintain tax records.
558: --
559: IF hr_general.chk_maintain_tax_records = 'N' Then
560: return;

Line 559: IF hr_general.chk_maintain_tax_records = 'N' Then

555: --
556: -- Changed call to check hr_general.chk_maintain_tax_records to
557: -- determine if we need to maintain tax records.
558: --
559: IF hr_general.chk_maintain_tax_records = 'N' Then
560: return;
561: end if;
562: --
563: l_object_version_number := p_object_version_number;