DBA Data[Home] [Help]

APPS.QP_PARAMETERS_PKG dependencies on QP_PARAMETER_VALUES

Line 226: delete from QP_PARAMETER_VALUES

222: if (sql%notfound) then
223: raise no_data_found;
224: end if;
225:
226: delete from QP_PARAMETER_VALUES
227: where PARAMETER_ID = X_PARAMETER_ID;
228:
229: if (sql%notfound) then
230: raise no_data_found;