DBA Data[Home] [Help]

APPS.INV_REDUCE_MOQD_PVT dependencies on APP_EXCEPTIONS

Line 132: WHEN app_exceptions.record_lock_exception THEN

128: close c;
129: end if;
130:
131: EXCEPTION
132: WHEN app_exceptions.record_lock_exception THEN
133: x_err_code :=1;
134: x_err_msg := substr('Exception in LOCK_ORG_ITEM: ' || SQLERRM, 1, 2000);
135: WHEN OTHERS THEN
136: x_err_code := SQLCODE;