DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on MRP_AP_APPS_INSTANCES_ALL

Line 236: from MRP_AP_APPS_INSTANCES_ALL

232: select DECODE( A2M_DBLINK,
233: NULL, NULL,
234: '@'||A2M_DBLINK),
235: INSTANCE_ID
236: from MRP_AP_APPS_INSTANCES_ALL
237: where ALLOW_RELEASE_FLAG=1
238: and instance_id = p_instance_id
239: and instance_code=p_instance_code
240: and nvl(A2M_DBLINK,'-1') = nvl(p_dblink,'-1');