DBA Data[Home] [Help]

APPS.PAY_CORE_FF_UDFS dependencies on PAY_US_RSRW_UPGREV

Line 4439: RETURN pay_us_rsrw_upgrev.get_upgrade_flag(p_ctx_ele_typ_id => ctx_ele_typ_id);

4435: FUNCTION get_upgrade_flag(ctx_ele_typ_id IN NUMBER)
4436: RETURN VARCHAR2 IS
4437: BEGIN
4438:
4439: RETURN pay_us_rsrw_upgrev.get_upgrade_flag(p_ctx_ele_typ_id => ctx_ele_typ_id);
4440:
4441: END get_upgrade_flag;
4442:
4443: FUNCTION get_num_period_curr_year(ctx_bg_id in NUMBER

Line 4449: RETURN pay_us_rsrw_upgrev.get_payprd_per_fiscal_yr(p_ctx_bg_id => ctx_bg_id

4445: ,ctx_ele_type_id in NUMBER
4446: ,period_end_date in DATE)
4447: RETURN NUMBER IS
4448: BEGIN
4449: RETURN pay_us_rsrw_upgrev.get_payprd_per_fiscal_yr(p_ctx_bg_id => ctx_bg_id
4450: ,p_ctx_payroll_id => ctx_payroll_id
4451: ,p_eletyp_ctx_id => ctx_ele_type_id
4452: ,p_period_end_date => period_end_date);
4453:

Line 4498: IF pay_us_rsrw_upgrev.get_assignment_status(p_ctx_asg_id => ctx_asg_id

4494:
4495:
4496:
4497: IF l_proc_reg_sal <> 'Y' THEN
4498: IF pay_us_rsrw_upgrev.get_assignment_status(p_ctx_asg_id => ctx_asg_id
4499: ,p_prorate_end_dt => prorate_end_dt) = 'ACTIVE_ASSIGN' THEN
4500:
4501: hr_utility.trace('Assignment status is ACTIVE_ASSIGN.');
4502: RETURN 'Y';