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 393: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;

389: ctx_pref_lexer VARCHAR2(30) := NULL;
390: ctx_pref_datastore VARCHAR2(30) := 'ICX_CAT_DATASTORE';
391:
392: --Bug 4353520
393: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;
394: BEGIN
395: xErrLoc := 100;
396:
397: -- drop the existing preferences

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

453:
454: xErrLoc INTEGER := 0;
455:
456: --Bug 4353520
457: xIcxSchemaName varchar2(30):=ICX_POR_EXT_UTL.getIcxSchema;
458: BEGIN
459: xErrLoc := 100;
460: -- bug 1663129: to avoid deadlock
461: -- bug 1854624: calling ctxsys.ICX_CAT_index_rebuild....