DBA Data[Home] [Help]

APPS.FUN_RICH_MESSAGES_PUB dependencies on STANDARD

Line 235: -- standard start of API savepoint

231: l_message_text CLOB := p_message_text;
232:
233: BEGIN
234:
235: -- standard start of API savepoint
236: SAVEPOINT create_rich_messages;
237:
238: -- initialize message list if p_init_msg_list is set to TRUE.
239: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 256: -- standard call to get message count and if count is 1, get message info.

252: l_message_text,
253: x_return_status);
254:
255:
256: -- standard call to get message count and if count is 1, get message info.
257: FND_MSG_PUB.Count_And_Get(
258: p_encoded => FND_API.G_FALSE,
259: p_count => x_msg_count,
260: p_data => x_msg_data);

Line 338: -- standard start of API savepoint

334: l_old_rich_messages_rec RICH_MESSAGES_REC_TYPE;
335: l_message_text CLOB := p_message_text;
336:
337: BEGIN
338: -- standard start of API savepoint
339: SAVEPOINT update_rich_messages;
340:
341: -- initialize message list if p_init_msg_list is set to TRUE.
342: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 374: -- standard call to get message count and if count is 1, get message info.

370: x_return_status);
371:
372: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
373:
374: -- standard call to get message count and if count is 1, get message info.
375: FND_MSG_PUB.Count_And_Get(
376: p_encoded => FND_API.G_FALSE,
377: p_count => x_msg_count,
378: p_data => x_msg_data);

Line 488: --Standard call to get message count and if count is 1, get message info.

484: X_CREATED_BY_MODULE =>x_rich_messages_rec.created_by_module
485: );
486:
487:
488: --Standard call to get message count and if count is 1, get message info.
489: FND_MSG_PUB.Count_And_Get(
490: p_encoded => FND_API.G_FALSE,
491: p_count => x_msg_count,
492: p_data => x_msg_data );

Line 584: -- standard call to get message count and if count is 1, get message info.

580: X_MESSAGE_NAME =>p_message_name,
581: X_APPLICATION_ID =>p_application_id
582: );
583:
584: -- standard call to get message count and if count is 1, get message info.
585: FND_MSG_PUB.Count_And_Get(
586: p_encoded => FND_API.G_FALSE,
587: p_count => x_msg_count,
588: p_data => x_msg_data);