DBA Data[Home] [Help]

APPS.FEM_ENGINES_PKG dependencies on FND_MESSAGE

Line 21: G Cheng 20-Feb-2006 Bug 5040902: FND_MESSAGE.Tech_Message should not

17: for retrieving a process behavior parameter value
18: from the database. Also added procedure
19: Validate_OA_Params as an internal procedure, for
20: use by OA-compliant procedures.
21: G Cheng 20-Feb-2006 Bug 5040902: FND_MESSAGE.Tech_Message should not
22: v115.7 perform any action if the debug log level from
23: the caller is less than the debug level profile
24: option value set by the user.
25: **************************************************************************/

Line 182: fnd_message.set_name(p_app_name,p_msg_name);

178:
179: ---------------------------------
180: -- Get message from dictionary --
181: ---------------------------------
182: fnd_message.set_name(p_app_name,p_msg_name);
183:
184: ----------------------------
185: -- Load token/value array --
186: ----------------------------

Line 214: fnd_message.set_token(v_token,v_value,v_trans);

210: v_trans := TRUE;
211: ELSE
212: v_trans := FALSE;
213: END IF;
214: fnd_message.set_token(v_token,v_value,v_trans);
215: ELSE
216: EXIT;
217: END IF;
218: END IF;

Line 292: v_msg_text := SUBSTR(FND_Message.Get,1,4000);

288: p_token7,p_value7,p_trans7,
289: p_token8,p_value8,p_trans8,
290: p_token9,p_value9,p_trans9);
291:
292: v_msg_text := SUBSTR(FND_Message.Get,1,4000);
293: ELSE
294: v_msg_text := SUBSTR(p_msg_text,1,4000);
295: END IF;
296:

Line 357: v_msg_text := SUBSTR(FND_Message.Get,1,4000);

353: p_token7,p_value7,p_trans7,
354: p_token8,p_value8,p_trans8,
355: p_token9,p_value9,p_trans9);
356:
357: v_msg_text := SUBSTR(FND_Message.Get,1,4000);
358: ELSE
359: v_msg_text := SUBSTR(p_msg_text,1,4000);
360: END IF;
361: