DBA Data[Home] [Help]

APPS.BIS_COLL_RS_HISTORY dependencies on ALL_TAB_PARTITIONS

Line 631: from all_tab_partitions

627: WHERE fs.tablespace_name = p_Tablespace_name ;
628: */
629: CURSOR cObjInfo_part IS
630: select PARTITION_NAME , TABLESPACE_NAME
631: from all_tab_partitions
632: where table_name = p_object_name
633: and table_owner = BIS_CREATE_REQUESTSET.get_object_owner(p_object_name,l_object_type);
634:
635: TYPE curType IS REF CURSOR;