DBA Data[Home] [Help]

APPS.PER_PERRPFP3_XMLP_PKG dependencies on PER_SPINAL_POINT_PLACEMENTS_F

Line 533: from per_spinal_point_placements_f pssp,

529: begin
530:
531: select count(*)
532: into v_detailcount
533: from per_spinal_point_placements_f pssp,
534: per_all_assignments_f pa
535: where pssp.assignment_id = pa.assignment_id
536: and pa.person_id = p_person_id
537: and pa.business_group_id = p_business_group_id;