DBA Data[Home] [Help]

APPS.ICX_POR_INTERMEDIA_INDEX dependencies on FND_ORACLE_USERID

Line 46: -- get the schema name from fnd_oracle_userid insted of hardcoding it.

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
49: FROM fnd_oracle_userid
50: WHERE read_only_flag = 'U';

Line 49: FROM fnd_oracle_userid

45: BEGIN
46: -- get the schema name from fnd_oracle_userid insted of hardcoding it.
47: SELECT oracle_username
48: INTO xAppsSchemaName
49: FROM fnd_oracle_userid
50: WHERE read_only_flag = 'U';
51:
52: -- Bug 1802907, zxzhang, May-24-01
53: xErrLoc := 50;