DBA Data[Home] [Help]

APPS.ZPB_DHMINTERFACE_GRP dependencies on FEM_DIMENSION_GRPS_PRIV

Line 560: delete from FEM_DIMENSION_GRPS_PRIV where USER_ID = l_apps_id;

556: l_dim_order_col := zpb_metadata_names.get_dim_order_column(l_epb_dim);
557: --
558: -- Update the Dimension Group table
559: --
560: delete from FEM_DIMENSION_GRPS_PRIV where USER_ID = l_apps_id;
561:
562: insert into FEM_DIMENSION_GRPS_PRIV
563: (USER_ID,
564: DIMENSION_GROUP_ID,

Line 562: insert into FEM_DIMENSION_GRPS_PRIV

558: -- Update the Dimension Group table
559: --
560: delete from FEM_DIMENSION_GRPS_PRIV where USER_ID = l_apps_id;
561:
562: insert into FEM_DIMENSION_GRPS_PRIV
563: (USER_ID,
564: DIMENSION_GROUP_ID,
565: DIMENSION_ID,
566: CREATION_DATE,