DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_FF_FUNCTIONS

Line 293: ln_403b := pay_ff_functions.get_pqp_limit(

289: ln_ss_er_wage, ln_ss_er_rate,
290: ln_medi_ee_rate, ln_medi_er_rate,
291: ln_401k, ln_401k_catchup;
292: close c_get_federal_jit;
293: ln_403b := pay_ff_functions.get_pqp_limit(
294: p_effective_date => p_effective_date,
295: p_limit => 'ELECTIVE_DEFERRAL_LIMIT');
296: ln_403_catchup := pay_ff_functions.get_pqp_limit (
297: p_effective_date => p_effective_date,

Line 296: ln_403_catchup := pay_ff_functions.get_pqp_limit (

292: close c_get_federal_jit;
293: ln_403b := pay_ff_functions.get_pqp_limit(
294: p_effective_date => p_effective_date,
295: p_limit => 'ELECTIVE_DEFERRAL_LIMIT');
296: ln_403_catchup := pay_ff_functions.get_pqp_limit (
297: p_effective_date => p_effective_date,
298: p_limit => 'GENERAL_CATCHUP_LIMIT');
299: ln_457 := pay_ff_functions.get_457_annual_limit(
300: p_effective_date => p_effective_date,

Line 299: ln_457 := pay_ff_functions.get_457_annual_limit(

295: p_limit => 'ELECTIVE_DEFERRAL_LIMIT');
296: ln_403_catchup := pay_ff_functions.get_pqp_limit (
297: p_effective_date => p_effective_date,
298: p_limit => 'GENERAL_CATCHUP_LIMIT');
299: ln_457 := pay_ff_functions.get_457_annual_limit(
300: p_effective_date => p_effective_date,
301: p_limit => '457 LIMIT');
302: ln_457_catchup := pay_ff_functions.get_457_annual_limit(
303: p_effective_date => p_effective_date,

Line 302: ln_457_catchup := pay_ff_functions.get_457_annual_limit(

298: p_limit => 'GENERAL_CATCHUP_LIMIT');
299: ln_457 := pay_ff_functions.get_457_annual_limit(
300: p_effective_date => p_effective_date,
301: p_limit => '457 LIMIT');
302: ln_457_catchup := pay_ff_functions.get_457_annual_limit(
303: p_effective_date => p_effective_date,
304: p_limit => '457 ADDITIONAL CATCHUP');
305: ln_dcp_limit := pqp_us_srs_extracts.get_dcp_limit(p_effective_date);
306: