DBA Data[Home] [Help]

APPS.PQP_US_SRS_EXTRACTS dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 1335: FROM pay_us_federal_tax_info_f

1331: IS
1332: SELECT fed_information5 dcp_limit -- DCP EE Contribution Limit
1333: ,effective_start_date
1334: ,effective_end_date
1335: FROM pay_us_federal_tax_info_f
1336: WHERE fed_information_category = 'SRS LIMITS'
1337: AND cp_effective_date BETWEEN effective_start_date
1338: AND effective_end_date;
1339: l_dcp_limit c_dcp_limit%ROWTYPE;