DBA Data[Home] [Help]

APPS.GMP_BOM_ROUTING_PKG dependencies on MSC_APPS_INSTANCES

Line 6002: from msc_apps_instances

5998: begin -- Biogen start
5999: --use this code to find out apps version. for 12.2.2 apps version is 6 and dont use biogen change.
6000: select apps_ver
6001: into l_apps_ver
6002: from msc_apps_instances
6003: where instance_id = g_instance_id;
6004: exception
6005: When No_Data_Found Then
6006: log_message('MSC apps version not found:: '||sqlerrm);