DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_VALUES_PVT dependencies on DUAL

Line 274: FROM dual;

270:
271: --Get the next value of the Resource_Param_Value_Id from the sequence
272: SELECT jtf_rs_resource_params_s.nextval
273: INTO l_resource_param_value_id
274: FROM dual;
275:
276: --Call the Table Handler to Insert Values
277: jtf_rs_resource_values_pkg.insert_row(
278: X_ROWID => l_rowid,