DBA Data[Home] [Help]

APPS.FEM_INTG_HIER_RULE_ENG_PKG dependencies on FEM_PL_PKG

Line 2685: -- (1) Call FEM_PL_PKG.Obj_Def_Data_Edit_Lock_Exists

2681: -- ELSIF the version has not been run before
2682: -- (1) Create Object Definition - FEM_Dim_Hier_Util_Pkg.New_Hier_Object_Def
2683: -- (2) Update fem_intg_hier_def_segs.hier_obj_def_id
2684: -- ELSE
2685: -- (1) Call FEM_PL_PKG.Obj_Def_Data_Edit_Lock_Exists
2686: -- 4.If (pv_dim_mapping_option_code = SINGLESEG) then
2687: -- Call Bld_Hier_Single_Segment( )
2688: -- 5. Check if any children within the hierarchy are assigned to
2689: -- multiple parents.

Line 2957: FEM_PL_PKG.Obj_Def_Data_Edit_Lock_Exists(

2953: COMMIT;
2954: ELSE
2955: -- the hierarchy object definition already exists,
2956: -- check for the data edit locks for overwrite.
2957: FEM_PL_PKG.Obj_Def_Data_Edit_Lock_Exists(
2958: p_object_definition_id => pv_hier_obj_def_id,
2959: x_data_edit_lock_exists => v_data_edit_lock_exists);
2960: IF (v_data_edit_lock_exists = 'T') THEN
2961: FEM_ENGINES_PKG.User_Message