DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_FF_FUNCTIONS

Line 285: ln_403b := pay_ff_functions.get_pqp_limit(

281: ln_ss_er_wage, ln_ss_er_rate,
282: ln_medi_ee_rate, ln_medi_er_rate,
283: ln_401k, ln_401k_catchup;
284: close c_get_federal_jit;
285: ln_403b := pay_ff_functions.get_pqp_limit(
286: p_effective_date => p_effective_date,
287: p_limit => 'ELECTIVE_DEFERRAL_LIMIT');
288: ln_403_catchup := pay_ff_functions.get_pqp_limit (
289: p_effective_date => p_effective_date,

Line 288: ln_403_catchup := pay_ff_functions.get_pqp_limit (

284: close c_get_federal_jit;
285: ln_403b := pay_ff_functions.get_pqp_limit(
286: p_effective_date => p_effective_date,
287: p_limit => 'ELECTIVE_DEFERRAL_LIMIT');
288: ln_403_catchup := pay_ff_functions.get_pqp_limit (
289: p_effective_date => p_effective_date,
290: p_limit => 'GENERAL_CATCHUP_LIMIT');
291: ln_457 := pay_ff_functions.get_457_annual_limit(
292: p_effective_date => p_effective_date,

Line 291: ln_457 := pay_ff_functions.get_457_annual_limit(

287: p_limit => 'ELECTIVE_DEFERRAL_LIMIT');
288: ln_403_catchup := pay_ff_functions.get_pqp_limit (
289: p_effective_date => p_effective_date,
290: p_limit => 'GENERAL_CATCHUP_LIMIT');
291: ln_457 := pay_ff_functions.get_457_annual_limit(
292: p_effective_date => p_effective_date,
293: p_limit => '457 LIMIT');
294: ln_457_catchup := pay_ff_functions.get_457_annual_limit(
295: p_effective_date => p_effective_date,

Line 294: ln_457_catchup := pay_ff_functions.get_457_annual_limit(

290: p_limit => 'GENERAL_CATCHUP_LIMIT');
291: ln_457 := pay_ff_functions.get_457_annual_limit(
292: p_effective_date => p_effective_date,
293: p_limit => '457 LIMIT');
294: ln_457_catchup := pay_ff_functions.get_457_annual_limit(
295: p_effective_date => p_effective_date,
296: p_limit => '457 ADDITIONAL CATCHUP');
297: ln_dcp_limit := pqp_us_srs_extracts.get_dcp_limit(p_effective_date);
298: