DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_VALUES_PVT dependencies on JTF_RS_RESOURCE_PARAMS_S

Line 272: SELECT jtf_rs_resource_params_s.nextval

268: l_value1 := p_value;
269: END IF;
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