DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_FUNCTIONS dependencies on PER_ASSIGNMENTS_F

Line 1060: FROM per_assignments_f asg

1056: --assignment standard conditions for a given effective date
1057: --
1058: CURSOR c_pt_cur (c_effective_date IN DATE) IS
1059: SELECT fnd_number.canonical_to_number(NVL(target.SEGMENT29,'100')) pt_perc
1060: FROM per_assignments_f asg
1061: ,hr_soft_coding_keyflex target
1062: WHERE asg.assignment_id = p_assignment_id
1063: AND target.soft_coding_keyflex_id = asg.soft_coding_keyflex_id
1064: AND trunc(c_effective_date) between asg.effective_start_date

Line 1726: FROM per_assignments_f asg

1722: --assignment standard conditions for a given effective date
1723: --
1724: CURSOR c_get_ptp(c_effective_date IN DATE) IS
1725: SELECT fnd_number.canonical_to_number(NVL(target.SEGMENT29,'0')) pt_perc
1726: FROM per_assignments_f asg
1727: ,hr_soft_coding_keyflex target
1728: WHERE asg.assignment_id = p_assignment_id
1729: AND target.soft_coding_keyflex_id = asg.soft_coding_keyflex_id
1730: AND c_effective_date between asg.effective_start_date

Line 1746: FROM per_assignments_f asg

1742: ,nvl(asg.normal_hours,0) total_hours
1743: ,nvl(asg.frequency,'W') freq
1744: ,asg.effective_start_date start_date
1745: ,asg.effective_end_date end_date
1746: FROM per_assignments_f asg
1747: ,per_assignment_status_types ast
1748: ,hr_soft_coding_keyflex target
1749: WHERE asg.assignment_id = p_assignment_id
1750: AND asg.assignment_status_type_id = ast.assignment_status_type_id