DBA Data[Home] [Help]

APPS.PAY_STATE_TAX_RULE_API dependencies on HR_GENERAL

Line 994: -- Change chk_geocodes_installed to hr_general.chk_maintain_tax_records

990: -- First check if geocode has been installed or not. If no geocodes
991: -- installed then return because there is nothing to be done by this
992: -- procedure
993: --
994: -- Change chk_geocodes_installed to hr_general.chk_maintain_tax_records
995: -- to determine if we need to maintain tax records.
996: --
997: IF hr_general.chk_maintain_tax_records = 'N' Then
998: return;

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

993: --
994: -- Change chk_geocodes_installed to hr_general.chk_maintain_tax_records
995: -- to determine if we need to maintain tax records.
996: --
997: IF hr_general.chk_maintain_tax_records = 'N' Then
998: return;
999: end if;
1000: --
1001: -- begin