DBA Data[Home] [Help]

APPS.FEM_BR_CONDITION_PVT dependencies on FEM_COND_DIM_COMPONENTS

Line 566: delete from fem_cond_dim_components

562: );
563: delete from fem_cond_dim_cmp_dtl
564: where cond_dim_cmp_obj_def_id = l_cond_component_obj_def_id;
565:
566: delete from fem_cond_dim_components
567: where cond_dim_cmp_obj_def_id = l_cond_component_obj_def_id;
568:
569: END IF;
570: