DBA Data[Home] [Help]

APPS.PQP_US_SRS_FUNCTIONS dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 19: FROM pay_us_federal_tax_info_f

15: fed_information3, -- Includable Annual Comp Limit
16: fed_information4, -- Includable Annual Comp GF Limit
17: fed_information5, -- DCP EE Contribution Limit
18: fed_information6 -- DBP Contribution Limit (%age)
19: FROM pay_us_federal_tax_info_f
20: WHERE p_effective_date BETWEEN effective_start_date
21: AND effective_end_date
22: AND fed_information_category = 'SRS LIMITS';
23: --+