DBA Data[Home] [Help]

APPS.BEN_CAGR_CHECK_ELIGIBILITY dependencies on PER_ROLES

Line 1164: from per_roles role

1160: ,c_asg_job_id number
1161: )
1162: is
1163: select role.job_group_id
1164: from per_roles role
1165: where role.person_id = c_per_id
1166: and role.job_id = c_asg_job_id;
1167: --
1168: l_jobgrp_dets c_jobgrp_dets%rowtype;