DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVT_MGRH dependencies on HRI_UTL_DDL

Line 983: hri_utl_ddl.log_and_drop_indexes

979:
980: ELSE
981:
982: -- Drop all the indexes on the table
983: hri_utl_ddl.log_and_drop_indexes
984: (p_application_short_name => 'HRI',
985: p_table_name => 'HRI_MDS_WRKFC_MGRH_C01_CT',
986: p_table_owner => l_schema,
987: p_index_excptn_lst => 'HRI_MDS_WRKFC_MGRH_C01_CT_N2');

Line 1069: hri_utl_ddl.recreate_indexes

1065: END IF;
1066:
1067: -- Recreate indexes in full refresh mode
1068: IF (g_full_refresh = 'Y') THEN
1069: hri_utl_ddl.recreate_indexes
1070: (p_application_short_name => 'HRI',
1071: p_table_name => 'HRI_MDS_WRKFC_MGRH_C01_CT',
1072: p_table_owner => l_schema);
1073: