DBA Data[Home] [Help]

APPS.PAY_US_WEB_W4 dependencies on PAY_FED_BUS

Line 917: pay_fed_bus.chk_filing_status_code(

913: -- withhout having to worry about calling api_updating
914: -- we also provide the sysdate and end-of-time as the validation
915: -- dates since we do updates on the sysdate and only if there are
916: -- no future dated records.
917: pay_fed_bus.chk_filing_status_code(
918: p_emp_fed_tax_rule_id => null
919: ,p_filing_status_code => p_filing_status_code
920: ,p_effective_date => trunc(sysdate)
921: ,p_validation_start_date => trunc(sysdate)

Line 952: pay_fed_bus.chk_withholding_allowances(

948: raise VALUE_ERROR;
949: end if;
950:
951: -- next call the api chk_procedure
952: pay_fed_bus.chk_withholding_allowances(
953: p_emp_fed_tax_rule_id => null
954: ,p_withholding_allowances => l_allowances
955: );
956: EXCEPTION

Line 1084: pay_fed_bus.chk_fit_additional_tax(

1080: raise value_error;
1081: end if;
1082:
1083: -- next call the api chk_procedure
1084: pay_fed_bus.chk_fit_additional_tax(
1085: p_emp_fed_tax_rule_id => null
1086: ,p_fit_additional_tax => l_additional_tax
1087: );
1088: EXCEPTION