DBA Data[Home] [Help]

APPS.PAY_US_FLS_REPORTING_PKG dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 879: from pay_us_federal_tax_info_f puft

875:
876: cursor c_federal_agency_code( cp_effective_date in date) is
877: select puft.fed_information1,
878: nvl(puft.fed_information2, puft.fed_information1)
879: from pay_us_federal_tax_info_f puft
880: where cp_effective_date between puft.effective_start_date
881: and puft.effective_end_date
882: and puft.fed_information_category = 'FLS Interface Mapping';
883: