DBA Data[Home] [Help]

APPS.FUN_RULE_DETAILS_PUB dependencies on STANDARD

Line 234: -- standard start of API savepoint

230: l_rule_detail_rec RULE_DETAILS_REC_TYPE:= p_rule_detail_rec;
231:
232: BEGIN
233:
234: -- standard start of API savepoint
235: SAVEPOINT create_rule_detail;
236:
237: -- initialize message list if p_init_msg_list is set to TRUE.
238: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

247: l_rule_detail_rec,
248: x_rule_detail_id,
249: x_return_status);
250:
251: -- standard call to get message count and if count is 1, get message info.
252: FND_MSG_PUB.Count_And_Get(
253: p_encoded => FND_API.G_FALSE,
254: p_count => x_msg_count,
255: p_data => x_msg_data);

Line 331: -- standard start of API savepoint

327: l_rule_detail_rec rule_details_REC_TYPE := p_rule_detail_rec;
328: l_old_rule_detail_rec rule_details_REC_TYPE;
329:
330: BEGIN
331: -- standard start of API savepoint
332: SAVEPOINT update_rule_detail;
333:
334: -- initialize message list if p_init_msg_list is set to TRUE.
335: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

361:
362:
363: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
364:
365: -- standard call to get message count and if count is 1, get message info.
366: FND_MSG_PUB.Count_And_Get(
367: p_encoded => FND_API.G_FALSE,
368: p_count => x_msg_count,
369: p_data => x_msg_data);

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

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

Line 572: -- standard start of API savepoint

568: l_rule_detail_id NUMBER;
569:
570: BEGIN
571:
572: -- standard start of API savepoint
573: SAVEPOINT delete_rule_detail;
574:
575: -- initialize message list if p_init_msg_list is set to TRUE.
576: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

590: X_RULE_DETAIL_ID => l_rule_detail_id
591: );
592:
593:
594: -- standard call to get message count and if count is 1, get message info.
595: FND_MSG_PUB.Count_And_Get(
596: p_encoded => FND_API.G_FALSE,
597: p_count => x_msg_count,
598: p_data => x_msg_data);