DBA Data[Home] [Help]

APPS.MSD_PULL_LEVEL_VALUES dependencies on MSD_LEVEL_ASSOCIATIONS

Line 65: from msd_level_associations mla,

61: mla.instance,
62: ml.level_type_code,
63: mla.level_id,
64: mla.parent_level_id
65: from msd_level_associations mla,
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