DBA Data[Home] [Help]

APPS.BISM_UTILS dependencies on BISM_SUBJECTS

Line 45: select subject_id into sub_id from bism_subjects where subject_name = user ;

41: end;
42:
43: -- make sure that the user is internally identified (we need SUBJECT_ID)
44: begin
45: select subject_id into sub_id from bism_subjects where subject_name = user ;
46: -- bism_context.set_user(sub_id);
47: -- select sys_context('bism_session','current_user_id') into sub_id from dual;
48: exception
49: when no_data_found then