DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PER_POSITIONS

Line 1275: from per_positions po

1271: if p_position_name is not NULL then
1272: --
1273: select po.position_id
1274: into v_position_id
1275: from per_positions po
1276: where upper(po.name) = upper(p_position_name)
1277: and po.business_group_id + 0 = v_business_group_id
1278: and v_effective_start_date between po.date_effective
1279: and nvl(po.date_end,v_end_of_time);