DBA Data[Home] [Help]

APPS.ISC_DBI_MSC_OBJECTS_C dependencies on FND_PROFILE

Line 152: g_db_link := FND_PROFILE.VALUE('ISC_DBI_PLANNING_INSTANCE');

148: -- that means APS and ERP are sitting in the same instance
149:
150: -- The program will error out if there are more than one row in this table
151:
152: g_db_link := FND_PROFILE.VALUE('ISC_DBI_PLANNING_INSTANCE');
153:
154: IF (g_db_link is NULL) THEN
155: BEGIN
156: SELECT decode(ltrim(a2m_dblink, ' '), NULL, NULL, '@'||a2m_dblink)