DBA Data[Home] [Help]

APPS.MSD_CS_DEFN_DIM_LOAD_DATA dependencies on FND_MESSAGE

Line 95: /* fnd_message.set_name('MSD', 'MSD_CS_LOAD_INVALID_DEFN');

91: close c1;
92:
93: if l_cs_definition_id is null then
94: raise no_data_found;
95: /* fnd_message.set_name('MSD', 'MSD_CS_LOAD_INVALID_DEFN');
96: fnd_message.raise_error;
97: */
98: end if;
99:

Line 96: fnd_message.raise_error;

92:
93: if l_cs_definition_id is null then
94: raise no_data_found;
95: /* fnd_message.set_name('MSD', 'MSD_CS_LOAD_INVALID_DEFN');
96: fnd_message.raise_error;
97: */
98: end if;
99:
100: /* if p_collect_level_name is not null then

Line 188: fnd_message.set_name('MSD', 'MSD_CS_LOAD_INVALID_DEFN');

184: fetch c1 into l_cs_definition_id;
185: close c1;
186:
187: if l_cs_definition_id is null then
188: fnd_message.set_name('MSD', 'MSD_CS_LOAD_INVALID_DEFN');
189: fnd_message.raise_error;
190: end if;
191:
192: /* if p_collect_level_name is not null then

Line 189: fnd_message.raise_error;

185: close c1;
186:
187: if l_cs_definition_id is null then
188: fnd_message.set_name('MSD', 'MSD_CS_LOAD_INVALID_DEFN');
189: fnd_message.raise_error;
190: end if;
191:
192: /* if p_collect_level_name is not null then
193: