DBA Data[Home] [Help]

APPS.BEN_EPS_BUS dependencies on PER_POSITIONS

Line 117: from per_positions abr

113: l_dummy varchar2(1);
114: --
115: cursor c1 is
116: select null
117: from per_positions abr
118: where abr.position_id = p_position_id
119: and abr.business_group_id = p_business_group_id
120: and p_effective_date >= date_effective ;
121: --