DBA Data[Home] [Help]

APPS.BIS_COLL_RS_HISTORY dependencies on BIS_OBJ_PROPERTIES

Line 109: from bis_obj_properties

105: and APPLICATION_ID =0;
106:
107: cursor c_obj_type(l_object_name varchar2 ) is
108: select object_type
109: from bis_obj_properties
110: where object_name= l_object_name
111: and (Object_type ='MV' or Object_type ='TABLE');
112:
113: /** Cursor no longer used in the code

Line 1144: This API updates these seeded report's last_update_date in bis_obj_properties table.

1140: END update_rs_stage_dates;
1141:
1142: /*
1143: We need to have last_update_date at the bottom of the report for all our reports.
1144: This API updates these seeded report's last_update_date in bis_obj_properties table.
1145: */
1146: PROCEDURE update_report_date IS
1147:
1148: BEGIN