DBA Data[Home] [Help]

APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_CS_CLMN_DIM_DTLS

Line 551: from msd_cs_clmn_dim_dtls b

547: WHERE a.cs_definition_id = p_cs_def_id
548: AND ((a.allocation_type IN ('AVG', 'WGT'))
549: OR (a.aggregation_type = 'WGT')
550: OR exists (select 1
551: from msd_cs_clmn_dim_dtls b
552: where a.cs_column_dtls_id = b.cs_column_dtls_id
553: and ((b.allocation_type IN ('AVG', 'WGT'))
554: OR (b.aggregation_type = 'WGT'))));
555: