DBA Data[Home] [Help]

APPS.WMS_EPC_PVT dependencies on DBMS_DB_VERSION

Line 1427: $IF DBMS_DB_VERSION.VERSION > 11 $THEN

1423:
1424: END populate_outside_epc;
1425:
1426:
1427: $IF DBMS_DB_VERSION.VERSION > 11 $THEN
1428: --Bug 8796558 New model chages Begin
1429: --This procedure Insert / Upadate / Delete in WMS_EPC table with data
1430: --passed based ON action specified
1431: --PROCEDURE definition applicable to RDBMS12c or higher