DBA Data[Home] [Help]

APPS.PAY_NL_CBS_FILE dependencies on PER_SPINAL_POINT_PLACEMENTS_F

Line 816: from per_spinal_point_placements_f psp

812: and pgs.business_Group_id = p_business_group_id)
813: And p_reporting_date between psps.effective_start_date and psps.effective_end_date
814: And psps.business_group_id = p_business_group_id
815: And psps.step_id = (select step_id
816: from per_spinal_point_placements_f psp
817: where assignment_id = p_assignment_id
818: and p_reporting_date between psp.effective_start_date and psp.effective_end_date
819: and psp.business_group_id = p_business_group_id);
820: