DBA Data[Home] [Help]

APPS.FEM_UD_PKG dependencies on FEM_PL_OBJECT_DEFS

Line 706: DELETE fem_pl_object_defs

702:
703: -- Remove all defs for the object, regardless of the request
704: -- because these OGL rules can be run again and again
705: -- but Undo only displays the last execution in the conc program UI.
706: DELETE fem_pl_object_defs
707: WHERE object_id = p_object_id;
708:
709: -- Once "undone", these rule executions should no longer show up
710: -- in the Undo CM UI.

Line 732: DELETE fem_pl_object_defs

728: DELETE fem_pl_chains
729: WHERE request_id = p_request_id
730: AND object_id = p_object_id;
731:
732: DELETE fem_pl_object_defs
733: WHERE request_id = p_request_id
734: AND object_id = p_object_id;
735:
736: DELETE fem_pl_object_executions

Line 4700: -- R02: Register undo list in FEM_PL_OBJECT_DEFS

4696: RAISE e_pl_reg_obj_exec_failed;
4697:
4698: END IF;
4699: -- ============================================================================
4700: -- R02: Register undo list in FEM_PL_OBJECT_DEFS
4701: -- ============================================================================
4702: FEM_PL_PKG.Register_Object_Def
4703: (P_API_VERSION => 1.0,
4704: P_COMMIT => FND_API.G_FALSE,

Line 5766: DELETE fem_pl_object_defs

5762:
5763: DELETE fem_pl_chains
5764: WHERE request_id = p_request_id;
5765:
5766: DELETE fem_pl_object_defs
5767: WHERE request_id = p_request_id;
5768:
5769: COMMIT;
5770: