DBA Data[Home] [Help]

APPS.BISM_CORE dependencies on BISM_SUBJECTS

Line 48: function list(p_fid bism_objects.FOLDER_ID%type, p_subid bism_subjects.SUBJECT_ID%type) return myrctype;

44: function get_object(objid raw, myid raw, traceLastLoaded varchar2) return myrctype;
45: function fetch_objectsSQL1(cid raw, objid raw, myid raw) return myrctype;
46: function fetch_objectsSQL2(cid raw, myid raw, traceLastLoaded varchar2) return myrctype;
47: function rename_object(fid raw, objname varchar2, myid raw, callerid number, newobjname varchar2) return number;
48: function list(p_fid bism_objects.FOLDER_ID%type, p_subid bism_subjects.SUBJECT_ID%type) return myrctype;
49:
50: /* Added due to refactoring (ccchow) */
51: function init(p_subname in bism_subjects.subject_name%type) return bism_subjects.SUBJECT_ID%type;
52: function create_subcontext(p_tempTimeC bism_objects.time_date_created%type,

Line 51: function init(p_subname in bism_subjects.subject_name%type) return bism_subjects.SUBJECT_ID%type;

47: function rename_object(fid raw, objname varchar2, myid raw, callerid number, newobjname varchar2) return number;
48: function list(p_fid bism_objects.FOLDER_ID%type, p_subid bism_subjects.SUBJECT_ID%type) return myrctype;
49:
50: /* Added due to refactoring (ccchow) */
51: function init(p_subname in bism_subjects.subject_name%type) return bism_subjects.SUBJECT_ID%type;
52: function create_subcontext(p_tempTimeC bism_objects.time_date_created%type,
53: p_tempTimeM bism_objects.time_date_modified%type,
54: p_creator bism_subjects.subject_name%type,
55: p_modifier bism_subjects.subject_name%type,

Line 54: p_creator bism_subjects.subject_name%type,

50: /* Added due to refactoring (ccchow) */
51: function init(p_subname in bism_subjects.subject_name%type) return bism_subjects.SUBJECT_ID%type;
52: function create_subcontext(p_tempTimeC bism_objects.time_date_created%type,
53: p_tempTimeM bism_objects.time_date_modified%type,
54: p_creator bism_subjects.subject_name%type,
55: p_modifier bism_subjects.subject_name%type,
56: p_fid bism_objects.folder_id%type,
57: p_subid bism_subjects.subject_id%type,
58: p_version bism_objects.VERSION%type,

Line 55: p_modifier bism_subjects.subject_name%type,

51: function init(p_subname in bism_subjects.subject_name%type) return bism_subjects.SUBJECT_ID%type;
52: function create_subcontext(p_tempTimeC bism_objects.time_date_created%type,
53: p_tempTimeM bism_objects.time_date_modified%type,
54: p_creator bism_subjects.subject_name%type,
55: p_modifier bism_subjects.subject_name%type,
56: p_fid bism_objects.folder_id%type,
57: p_subid bism_subjects.subject_id%type,
58: p_version bism_objects.VERSION%type,
59: p_object_name bism_objects.object_name%type,

Line 57: p_subid bism_subjects.subject_id%type,

53: p_tempTimeM bism_objects.time_date_modified%type,
54: p_creator bism_subjects.subject_name%type,
55: p_modifier bism_subjects.subject_name%type,
56: p_fid bism_objects.folder_id%type,
57: p_subid bism_subjects.subject_id%type,
58: p_version bism_objects.VERSION%type,
59: p_object_name bism_objects.object_name%type,
60: p_title bism_objects.title%type,
61: p_application bism_objects.application%type,

Line 69: procedure bind(p_creator bism_subjects.SUBJECT_NAME%type,

65: p_appsubtype1 bism_objects.application_subtype1%type,
66: p_compsubtype1 bism_objects.COMP_SUBTYPE1%type,
67: p_compsubtype2 bism_objects.COMP_SUBTYPE2%type,
68: p_compsubtype3 bism_objects.COMP_SUBTYPE3%type) return bism_objects.object_id%type;
69: procedure bind(p_creator bism_subjects.SUBJECT_NAME%type,
70: p_modifier bism_subjects.SUBJECT_NAME%type,
71: p_subject_id bism_subjects.SUBJECT_ID%type,
72: p_visible bism_objects.USER_VISIBLE%type,
73: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,

Line 70: p_modifier bism_subjects.SUBJECT_NAME%type,

66: p_compsubtype1 bism_objects.COMP_SUBTYPE1%type,
67: p_compsubtype2 bism_objects.COMP_SUBTYPE2%type,
68: p_compsubtype3 bism_objects.COMP_SUBTYPE3%type) return bism_objects.object_id%type;
69: procedure bind(p_creator bism_subjects.SUBJECT_NAME%type,
70: p_modifier bism_subjects.SUBJECT_NAME%type,
71: p_subject_id bism_subjects.SUBJECT_ID%type,
72: p_visible bism_objects.USER_VISIBLE%type,
73: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,
74: p_version bism_objects.VERSION%type,

Line 71: p_subject_id bism_subjects.SUBJECT_ID%type,

67: p_compsubtype2 bism_objects.COMP_SUBTYPE2%type,
68: p_compsubtype3 bism_objects.COMP_SUBTYPE3%type) return bism_objects.object_id%type;
69: procedure bind(p_creator bism_subjects.SUBJECT_NAME%type,
70: p_modifier bism_subjects.SUBJECT_NAME%type,
71: p_subject_id bism_subjects.SUBJECT_ID%type,
72: p_visible bism_objects.USER_VISIBLE%type,
73: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,
74: p_version bism_objects.VERSION%type,
75: p_time_created bism_objects.TIME_DATE_CREATED%type,

Line 93: procedure bind(p_creator bism_subjects.SUBJECT_NAME%type,

89: p_compsubtype2 bism_objects.COMP_SUBTYPE2%type,
90: p_compsubtype3 bism_objects.COMP_SUBTYPE3%type,
91: p_container_id2 bism_aggregates.CONTAINER_ID%type,
92: p_aggregate_info bism_aggregates.AGGREGATE_INFO%type);
93: procedure bind(p_creator bism_subjects.SUBJECT_NAME%type,
94: p_modifier bism_subjects.SUBJECT_NAME%type,
95: p_subject_id bism_subjects.SUBJECT_ID%type,
96: p_visible bism_objects.USER_VISIBLE%type,
97: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,

Line 94: p_modifier bism_subjects.SUBJECT_NAME%type,

90: p_compsubtype3 bism_objects.COMP_SUBTYPE3%type,
91: p_container_id2 bism_aggregates.CONTAINER_ID%type,
92: p_aggregate_info bism_aggregates.AGGREGATE_INFO%type);
93: procedure bind(p_creator bism_subjects.SUBJECT_NAME%type,
94: p_modifier bism_subjects.SUBJECT_NAME%type,
95: p_subject_id bism_subjects.SUBJECT_ID%type,
96: p_visible bism_objects.USER_VISIBLE%type,
97: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,
98: p_version bism_objects.VERSION%type,

Line 95: p_subject_id bism_subjects.SUBJECT_ID%type,

91: p_container_id2 bism_aggregates.CONTAINER_ID%type,
92: p_aggregate_info bism_aggregates.AGGREGATE_INFO%type);
93: procedure bind(p_creator bism_subjects.SUBJECT_NAME%type,
94: p_modifier bism_subjects.SUBJECT_NAME%type,
95: p_subject_id bism_subjects.SUBJECT_ID%type,
96: p_visible bism_objects.USER_VISIBLE%type,
97: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,
98: p_version bism_objects.VERSION%type,
99: p_time_created bism_objects.TIME_DATE_CREATED%type,

Line 120: function list_bindings(p_fid bism_objects.FOLDER_ID%type,p_subid bism_subjects.SUBJECT_ID%type) return myrctype;

116: p_aggregate_info bism_aggregates.AGGREGATE_INFO%type,
117: p_ext_attrs_clob CLOB,
118: p_time_last_loaded bism_objects.TIME_DATE_LAST_ACCESSED%type);
119: procedure bind_aggregate(p_container_id bism_aggregates.CONTAINER_ID%type,p_containee_id bism_aggregates.CONTAINEE_ID%type,p_aggregate_info bism_aggregates.AGGREGATE_INFO%type);
120: function list_bindings(p_fid bism_objects.FOLDER_ID%type,p_subid bism_subjects.SUBJECT_ID%type) return myrctype;
121: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,
122: p_modifier bism_subjects.SUBJECT_NAME%type,
123: p_subject_id bism_subjects.SUBJECT_ID%type,
124: p_visible bism_objects.USER_VISIBLE%type,

Line 121: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,

117: p_ext_attrs_clob CLOB,
118: p_time_last_loaded bism_objects.TIME_DATE_LAST_ACCESSED%type);
119: procedure bind_aggregate(p_container_id bism_aggregates.CONTAINER_ID%type,p_containee_id bism_aggregates.CONTAINEE_ID%type,p_aggregate_info bism_aggregates.AGGREGATE_INFO%type);
120: function list_bindings(p_fid bism_objects.FOLDER_ID%type,p_subid bism_subjects.SUBJECT_ID%type) return myrctype;
121: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,
122: p_modifier bism_subjects.SUBJECT_NAME%type,
123: p_subject_id bism_subjects.SUBJECT_ID%type,
124: p_visible bism_objects.USER_VISIBLE%type,
125: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,

Line 122: p_modifier bism_subjects.SUBJECT_NAME%type,

118: p_time_last_loaded bism_objects.TIME_DATE_LAST_ACCESSED%type);
119: procedure bind_aggregate(p_container_id bism_aggregates.CONTAINER_ID%type,p_containee_id bism_aggregates.CONTAINEE_ID%type,p_aggregate_info bism_aggregates.AGGREGATE_INFO%type);
120: function list_bindings(p_fid bism_objects.FOLDER_ID%type,p_subid bism_subjects.SUBJECT_ID%type) return myrctype;
121: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,
122: p_modifier bism_subjects.SUBJECT_NAME%type,
123: p_subject_id bism_subjects.SUBJECT_ID%type,
124: p_visible bism_objects.USER_VISIBLE%type,
125: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,
126: p_version bism_objects.VERSION%type,

Line 123: p_subject_id bism_subjects.SUBJECT_ID%type,

119: procedure bind_aggregate(p_container_id bism_aggregates.CONTAINER_ID%type,p_containee_id bism_aggregates.CONTAINEE_ID%type,p_aggregate_info bism_aggregates.AGGREGATE_INFO%type);
120: function list_bindings(p_fid bism_objects.FOLDER_ID%type,p_subid bism_subjects.SUBJECT_ID%type) return myrctype;
121: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,
122: p_modifier bism_subjects.SUBJECT_NAME%type,
123: p_subject_id bism_subjects.SUBJECT_ID%type,
124: p_visible bism_objects.USER_VISIBLE%type,
125: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,
126: p_version bism_objects.VERSION%type,
127: p_time_created bism_objects.TIME_DATE_CREATED%type,

Line 143: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,

139: p_appsubtype1 bism_objects.APPLICATION_SUBTYPE1%type,
140: p_compsubtype1 bism_objects.COMP_SUBTYPE1%type,
141: p_compsubtype2 bism_objects.COMP_SUBTYPE2%type,
142: p_compsubtype3 bism_objects.COMP_SUBTYPE3%type);
143: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,
144: p_modifier bism_subjects.SUBJECT_NAME%type,
145: p_subject_id bism_subjects.SUBJECT_ID%type,
146: p_visible bism_objects.USER_VISIBLE%type,
147: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,

Line 144: p_modifier bism_subjects.SUBJECT_NAME%type,

140: p_compsubtype1 bism_objects.COMP_SUBTYPE1%type,
141: p_compsubtype2 bism_objects.COMP_SUBTYPE2%type,
142: p_compsubtype3 bism_objects.COMP_SUBTYPE3%type);
143: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,
144: p_modifier bism_subjects.SUBJECT_NAME%type,
145: p_subject_id bism_subjects.SUBJECT_ID%type,
146: p_visible bism_objects.USER_VISIBLE%type,
147: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,
148: p_version bism_objects.VERSION%type,

Line 145: p_subject_id bism_subjects.SUBJECT_ID%type,

141: p_compsubtype2 bism_objects.COMP_SUBTYPE2%type,
142: p_compsubtype3 bism_objects.COMP_SUBTYPE3%type);
143: procedure rebind(p_creator bism_subjects.SUBJECT_NAME%type,
144: p_modifier bism_subjects.SUBJECT_NAME%type,
145: p_subject_id bism_subjects.SUBJECT_ID%type,
146: p_visible bism_objects.USER_VISIBLE%type,
147: p_obj_type_id bism_objects.OBJECT_TYPE_ID%type,
148: p_version bism_objects.VERSION%type,
149: p_time_created bism_objects.TIME_DATE_CREATED%type,

Line 186: p_creator bism_subjects.subject_name%type,

182: procedure lookup_folder_wo_security(fid raw,path varchar2,a_objid out nocopy raw,myid raw,startpos in out nocopy integer);
183: function create_subcontext_30(p_tempTimeC bism_objects.time_date_created%type,
184: p_tempTimeM bism_objects.time_date_modified%type,
185: p_oid bism_objects.object_id%type,
186: p_creator bism_subjects.subject_name%type,
187: p_modifier bism_subjects.subject_name%type,
188: p_fid bism_objects.folder_id%type,
189: p_subid bism_subjects.subject_id%type,
190: p_version bism_objects.VERSION%type,

Line 187: p_modifier bism_subjects.subject_name%type,

183: function create_subcontext_30(p_tempTimeC bism_objects.time_date_created%type,
184: p_tempTimeM bism_objects.time_date_modified%type,
185: p_oid bism_objects.object_id%type,
186: p_creator bism_subjects.subject_name%type,
187: p_modifier bism_subjects.subject_name%type,
188: p_fid bism_objects.folder_id%type,
189: p_subid bism_subjects.subject_id%type,
190: p_version bism_objects.VERSION%type,
191: p_object_name bism_objects.object_name%type,

Line 189: p_subid bism_subjects.subject_id%type,

185: p_oid bism_objects.object_id%type,
186: p_creator bism_subjects.subject_name%type,
187: p_modifier bism_subjects.subject_name%type,
188: p_fid bism_objects.folder_id%type,
189: p_subid bism_subjects.subject_id%type,
190: p_version bism_objects.VERSION%type,
191: p_object_name bism_objects.object_name%type,
192: p_title bism_objects.title%type,
193: p_application bism_objects.application%type,