DBA Data[Home] [Help]

APPS.PER_POSITIONS_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 98: from per_ALL_assignments_f a

94: select '1'
95: into l_exists
96: from sys.dual
97: where exists (select null
98: from per_ALL_assignments_f a
99: where a.position_id = p_position_id);
100: exception when no_data_found then
101: null;
102: end;