DBA Data[Home] [Help]

APPS.ICX_POR_INTERMEDIA_INDEX dependencies on ICX_POR_EXT_UTL

Line 44: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;

40: ctx_pref_datastore VARCHAR2(30) := 'ICX_CAT_DATASTORE';
41: xAppsSchemaName VARCHAR2(30) := NULL;
42:
43: --Bug 4353520
44: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;
45: BEGIN
46: -- get the schema name from fnd_oracle_userid insted of hardcoding it.
47: SELECT oracle_username
48: INTO xAppsSchemaName

Line 382: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;

378: ctx_pref_lexer VARCHAR2(30) := NULL;
379: ctx_pref_datastore VARCHAR2(30) := 'ICX_CAT_DATASTORE';
380:
381: --Bug 4353520
382: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;
383: BEGIN
384: xErrLoc := 100;
385:
386: -- drop the existing preferences

Line 446: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;

442:
443: xErrLoc INTEGER := 0;
444:
445: --Bug 4353520
446: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;
447: BEGIN
448: xErrLoc := 100;
449: -- bug 1663129: to avoid deadlock
450: -- bug 1854624: calling ctxsys.ICX_CAT_index_rebuild....