DBA Data[Home] [Help]

APPS.MSD_PULL_LEVEL_VALUES dependencies on MSD_ST_LEVEL_ORG_ASSCNS

Line 70: from msd_st_level_org_asscns mlo

66: msd_levels ml
67: where mla.level_id = ml.level_id
68: and ml.plan_type is null --vinekuma
69: and exists (select 1
70: from msd_st_level_org_asscns mlo
71: where mla.instance = mlo.instance
72: and mla.level_id = mlo.level_id
73: and mlo.instance <> '0'
74: and rownum < 2);