DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on MRP_AP_APPS_INSTANCES_ALL

Line 245: from MRP_AP_APPS_INSTANCES_ALL

241: select DECODE( A2M_DBLINK,
242: NULL, NULL,
243: '@'||A2M_DBLINK),
244: INSTANCE_ID
245: from MRP_AP_APPS_INSTANCES_ALL
246: where ALLOW_RELEASE_FLAG=1
247: and instance_id = p_instance_id
248: and instance_code=p_instance_code
249: and nvl(A2M_DBLINK,'-1') = nvl(p_dblink,'-1');