DBA Data[Home] [Help]

APPS.JTF_DPF_LOGICAL_FLOWS_PKG dependencies on JTF_DPF_LGCL_FLOW_PARAMS

Line 374: insert into jtf_dpf_lgcl_flow_params(

370: begin
371: l_user_id := 0;
372: if x_owner = 'SEED' then l_user_id := 1; end if;
373:
374: insert into jtf_dpf_lgcl_flow_params(
375: LOGICAL_FLOW_ID,
376: PARAMETER_NAME,
377: PARAMETER_TYPE,
378: PARAMETER_SEQUENCE,

Line 408: update jtf_dpf_lgcl_flow_params set

404: l_user_id number;
405: begin
406: l_user_id := 0;
407: if x_owner = 'SEED' then l_user_id := 1; end if;
408: update jtf_dpf_lgcl_flow_params set
409: PARAMETER_TYPE = x_parameter_type,
410: PARAMETER_NAME = x_parameter_name,
411: OBJECT_VERSION_NUMBER = OBJECT_VERSION_NUMBER + 1,
412: LAST_UPDATE_DATE = sysdate,