DBA Data[Home] [Help]

APPS.PAY_US_FLS_REPORTING_PKG dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 835: from pay_us_federal_tax_info_f puft

831:
832: cursor c_federal_agency_code( cp_effective_date in date) is
833: select puft.fed_information1,
834: nvl(puft.fed_information2, puft.fed_information1)
835: from pay_us_federal_tax_info_f puft
836: where cp_effective_date between puft.effective_start_date
837: and puft.effective_end_date
838: and puft.fed_information_category = 'FLS Interface Mapping';
839: