DBA Data[Home] [Help]

APPS.PER_POS_STRUCTURE_ELEMENTS_PKG dependencies on PER_SECURITY_PROFILES

Line 265: from per_security_profiles x

261: , x.include_top_POSITION_flag
262: into l_view_all_positions
263: , l_sec_pos_id
264: , l_include_top_pos_flag
265: from per_security_profiles x
266: where x.business_group_id + 0 = X_Business_Group_Id
267: and x.security_profile_id = X_Security_Profile_Id;
268: --
269: exception

Line 355: from per_security_profiles psp

351: select null
352: into l_dummy
353: from sys.dual
354: where exists(select 1
355: from per_security_profiles psp
356: where psp.business_group_id + 0 = X_Business_Group_Id
357: and psp.position_id = X_Subordinate_position_Id
358: and psp.position_structure_id = X_Position_Structure_Id);
359: --