DBA Data[Home] [Help]

APPS.BIS_COLL_RS_HISTORY dependencies on ALL_TABLES

Line 619: FROM all_tables

615: l_object_type varchar2(30);
616:
617: CURSOR cObjInfo_table IS
618: SELECT TABLESPACE_NAME Tblsp
619: FROM all_tables
620: WHERE TABLE_NAME = p_object_name
621: and OWNER = BIS_CREATE_REQUESTSET.get_object_owner(p_object_name,l_object_type);
622:
623: /* Moving the code to find out the free tablespace out of this api