DBA Data[Home] [Help]

APPS.BIS_DIMENSION_PUB dependencies on BIS_DIMENSION_LEVEL_PUB

Line 811: BIS_DIMENSION_LEVEL_PUB.Update_Dim_Obj_Obsolete_Flag (

807: END IF;
808:
809: FOR cr in cr_dim_obj LOOP
810: -- Hide or Unhide all the dimension objects that are attached only to this dimension(Cascade the obsoletion)
811: BIS_DIMENSION_LEVEL_PUB.Update_Dim_Obj_Obsolete_Flag (
812: p_dim_obj_short_name => cr.short_name
813: , p_hide => p_hide
814: , x_return_status => x_return_status
815: , x_Msg_Count => x_Msg_Count