DBA Data[Home] [Help]

APPS.FND_TS_MIG_UTIL dependencies on FND_TS_MIG_UTIL

Line 1: PACKAGE BODY fnd_ts_mig_util AS

1: PACKAGE BODY fnd_ts_mig_util AS
2: /* $Header: fndptmub.pls 120.2 2005/11/15 16:28:16 mnovakov noship $ */
3: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
4: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
5:

Line 580: fnd_ts_mig_util.upd_gl_storage_param('INTERFACE');

576: WHERE oracle_id = usr_rec.oracle_id;
577: END LOOP;
578:
579: -- Set the TABLESPACE_NAME in gl_storage_parameters to INTERFACE.
580: fnd_ts_mig_util.upd_gl_storage_param('INTERFACE');
581:
582: -- Set the new tablespace design flag to Y in fnd_product_groups.
583: UPDATE fnd_product_groups
584: SET is_new_ts_mode = 'Y';

Line 606: END fnd_ts_mig_util;

602: -- Create storage preference for TRANSACTION_INDEXES tablespace for DOMAIN indexes.
603: crt_storage_pref(l_def_ind_tsp, 'txn_ind_storage_pref');
604: END crt_txn_ind_pref;
605:
606: END fnd_ts_mig_util;