DBA Data[Home] [Help]

APPS.MSC_X_CUST_FACING_RELEASE dependencies on MRP_AP_APPS_INSTANCES_ALL

Line 1124: from MRP_AP_APPS_INSTANCES_ALL

1120: select DECODE( A2M_DBLINK, NULL, ' ','@'||A2M_DBLINK),
1121: INSTANCE_ID
1122: into dest_dblink,
1123: lv_instance_id
1124: from MRP_AP_APPS_INSTANCES_ALL
1125: where instance_id = p_instance_id
1126: and instance_code = p_instance_code
1127: and nvl(a2m_dblink,'NULL_DBLINK') = nvl(p_a2m_dblink,'NULL_DBLINK')
1128: and ALLOW_RELEASE_FLAG=1;