DBA Data[Home] [Help]

APPS.PAY_FF_FUNCTIONS dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 34: pay_us_federal_tax_info_f

30: fed_information7,
31: fed_information8,
32: fed_information9
33: from
34: pay_us_federal_tax_info_f
35: where
36: fed_information_category = '403B LIMITS'
37: and p_date between effective_start_date and nvl(effective_end_date, p_date);
38:

Line 606: pay_us_federal_tax_info_f

602: fed_information1,
603: fed_information2,
604: fed_information3
605: from
606: pay_us_federal_tax_info_f
607: where
608: fed_information_category = '457 LIMITS'
609: and p_date between effective_start_date and
610: nvl(effective_end_date, p_date);