DBA Data[Home] [Help]

APPS.MSD_COLLECT_LEVEL_VALUES dependencies on MSD_HIERARCHIES

Line 279: FROM msd_hierarchies

275: IF ( Relationship_Rec.relationship_view IS NULL ) THEN
276:
277: log_debug('Error Condition : Relationship View is Null');
278: SELECT hierarchy_name INTO p_hierarchy_name
279: FROM msd_hierarchies
280: WHERE hierarchy_id = Relationship_Rec.hierarchy_id
281: AND plan_type is null; --vinekuma
282:
283: p_level_name := MSD_COMMON_UTILITIES.get_level_name(p_level_id);