DBA Data[Home] [Help]

APPS.ISC_DBI_MSC_OBJECTS_C dependencies on MRP_AP_APPS_INSTANCES_ALL

Line 158: FROM mrp_ap_apps_instances_all;

154: IF (g_db_link is NULL) THEN
155: BEGIN
156: SELECT decode(ltrim(a2m_dblink, ' '), NULL, NULL, '@'||a2m_dblink)
157: INTO g_db_link
158: FROM mrp_ap_apps_instances_all;
159: EXCEPTION
160: WHEN TOO_MANY_ROWS THEN
161: g_errbuf := 'There are multiple APS desitinations for this ERP instance. Only one APS instance is supported. Please set up the profile option (ISC: DBI Planning Instance) with the DBI planning instance.';
162: RETURN(-1);