DBA Data[Home] [Help]

APPS.FEM_MAPPING_PREVIEW_UTIL_PKG dependencies on FEM_UD_PKG

Line 188: -- FEM_UD_PKG.Remove_Process_Locks to remove the Process Lock

184: -- DESCRIPTION
185: -- This procedure removes the results generated by a Preview execution.
186: -- It deletes data from the FEM_ALLOC_PREVIEW_STATS and
187: -- FEM_ALLOC_PREVIEW_MAPS tables. It also calls
188: -- FEM_UD_PKG.Remove_Process_Locks to remove the Process Lock
189: -- registration data, and along with it the Preview temporary tables.
190: --
191: -- The Preview UI and FEM_BR_MAPPING_PREVIEW_PVT.DeleteObjectDefinition
192: -- call this API to remove existing Preview results.

Line 299: FEM_UD_PKG.Remove_Process_Locks(

295: FOR prvw_execs IN c_prvw_execs(cv_obj_def_id => p_preview_obj_def_id,
296: cv_request_id => v_request_id) LOOP
297:
298: -- Remove process locks and temporary tables created by Preview execution
299: FEM_UD_PKG.Remove_Process_Locks(
300: p_api_version => 1.0,
301: p_init_msg_list => FND_API.G_FALSE,
302: p_commit => FND_API.G_FALSE,
303: p_encoded => p_encoded,

Line 316: ||' FEM_UD_PKG.Remove_Process_Locks'

312: FEM_ENGINES_PKG.TECH_MESSAGE(
313: p_severity => FND_LOG.level_unexpected,
314: p_module => C_MODULE,
315: p_msg_text => 'INTERNAL ERROR: Call to'
316: ||' FEM_UD_PKG.Remove_Process_Locks'
317: ||' failed with return status: '||x_return_status);
318: END IF;
319:
320: RAISE e_api_error;