DBA Data[Home] [Help]

APPS.BSC_UPGRADES dependencies on BSC_KPI_DIM_GROUPS

Line 2857: (SELECT COUNT(1) FROM bsc_kpi_dim_groups WHERE dim_group_id = grp.dim_group_id) = 0;

2853: bsc_bis_dimension_pub.get_dimension_source(short_name)='PMF' AND
2854: short_name LIKE 'DGRP_%' AND
2855: name = short_name AND
2856: bis_util.is_seeded(created_by,'T','F') = 'F' AND
2857: (SELECT COUNT(1) FROM bsc_kpi_dim_groups WHERE dim_group_id = grp.dim_group_id) = 0;
2858: BEGIN
2859: FND_MSG_PUB.Initialize;
2860: SAVEPOINT BisUpdateImportDim;
2861: OPEN cr_pmf_import_dims;