[Home] [Help]
APPS.BEN_EXT_PERSON dependencies on PER_POSITIONS
Line 3026: from per_positions
3022: where org.organization_id = p_org_id ;
3023:
3024: cursor c_pos (p_pos_id number) is
3025: select name
3026: from per_positions
3027: where position_id = p_pos_id
3028: ;
3029:
3030: cursor c_job(p_job_id number) is