DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on PER_POSITIONS

Line 3060: from per_positions

3056: where org.organization_id = p_org_id ;
3057:
3058: cursor c_pos (p_pos_id number) is
3059: select name
3060: from per_positions
3061: where position_id = p_pos_id
3062: ;
3063:
3064: cursor c_job(p_job_id number) is