DBA Data[Home] [Help]

APPS.FEM_PL_INCR_PKG dependencies on FEM_PL_PKG

Line 123: -- Called by FEM_PL_PKG.Obj_Execution_Lock_Exists

119: -- x_num_msg The number of end-user messages put onto the
120: -- FND message stack by this procedure and any of
121: -- its subordinate procedures.
122: -- Notes
123: -- Called by FEM_PL_PKG.Obj_Execution_Lock_Exists
124: -- =========================================================================
125:
126: v_num_msg NUMBER(2) := 0;
127: v_object_type FEM_OBJECT_TYPES.object_type_code%TYPE;

Line 275: -- 05-25-04 G Hall Added call to FEM_PL_PKG.Set_Exec_State.

271: -- 03-10-04 G Hall Added x_prev_request_id parameter
272: -- 05-21-04 G Hall Bug# 3643866: Fixed first query
273: -- (SELECT DISTINCT e.object_id...) to only look up
274: -- objects with the object type of the current object.
275: -- 05-25-04 G Hall Added call to FEM_PL_PKG.Set_Exec_State.
276: -- Arguments
277: -- p_calling_context 'ENGINE' (default) or 'UI'.
278: -- p_object_id The Object ID identifying the rule being
279: -- executed.

Line 346: FEM_PL_PKG.set_exec_state

342: p_value1 => 'reset.request_id',
343: p_token2 => 'VAR_VAL',
344: p_value2 => reset.request_id);
345:
346: FEM_PL_PKG.set_exec_state
347: (p_api_version => 1.0,
348: p_commit => fnd_api.g_false,
349: p_request_id => reset.request_id,
350: p_object_id => p_object_id,

Line 1144: FEM_PL_PKG.set_exec_state

1140: p_token2 => 'VAR_VAL',
1141: p_value2 => reset.request_id);
1142: END IF;
1143:
1144: FEM_PL_PKG.set_exec_state
1145: (p_api_version => 1.0,
1146: p_commit => fnd_api.g_false,
1147: p_request_id => reset.request_id,
1148: p_object_id => p_object_id,