Payroll
To Get Tax Calculation card effective date select rgi.effective_start_date from pay_dir_cards_f dc ,fsion.pay_value_definitions_vl dcd , pay_dir_card_components_f dcomp , pay_dir_card_definitions_vl pdccdt , pay_value_definitions_f pvd , pay_range_items_f rgi where 1=1 and dcomp.dir_card_comp_id = :{PARAMETER.FED_CMP_ID} AND dcd.dir_card_definition_id = dc.dir_card_definition_id and dcd.base_display_name = 'US_EMPLOYEE_WITHHOLDING_CERTIFICATE' and dcd.legislation_code = 'US' and dcomp.dir_card_id = dc.dir_card_id and sysdate between dcomp.effective_start_date and dcomp.effective_end_date and pdccdt.dir_card_comp_def_id = dcomp.dir_card_comp_def_id and pdccdt.base_component_name = 'ORA_HRX_WTH_FEDERAL' and pdccdt.legislation_code = 'US' and pvd.source_id = dcomp.dir_card_comp_id and pvd.source_type = 'PDCC' and sysdate between pvd.effective_start_date and pvd.effective_end_date and rgi.value_defn_id = pvd.value_defn_id and rgi.calc_type_id =...