DBA Data[Home] [Help]

APPS.PAY_CITY_TAX_RULE_API dependencies on HR_GENERAL

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

524: hr_utility.set_location(l_proc, 15);
525: --
526: -- Process Logic
527: --
528: -- Changed call to check hr_general.chk_maintain_tax_records to
529: -- determine if we need to maintain tax records.
530: --
531: IF hr_general.chk_maintain_tax_records = 'N' Then
532: return;

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

527: --
528: -- Changed call to check hr_general.chk_maintain_tax_records to
529: -- determine if we need to maintain tax records.
530: --
531: IF hr_general.chk_maintain_tax_records = 'N' Then
532: return;
533: end if;
534: --
535: l_object_version_number := p_object_version_number;