DBA Data[Home] [Help]

APPS.FUN_RULE_CRITERIA_PUB dependencies on STANDARD

Line 225: -- standard start of API savepoint

221:
222: l_rule_criteria_rec RULE_CRITERIA_REC_TYPE:= p_rule_criteria_rec;
223:
224: BEGIN
225: -- standard start of API savepoint
226: SAVEPOINT create_rule_criteria;
227:
228: -- initialize message list if p_init_msg_list is set to TRUE.
229: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

238: l_rule_criteria_rec,
239: x_criteria_id,
240: x_return_status);
241:
242: -- standard call to get message count and if count is 1, get message info.
243: FND_MSG_PUB.Count_And_Get(
244: p_encoded => FND_API.G_FALSE,
245: p_count => x_msg_count,
246: p_data => x_msg_data);

Line 321: -- standard start of API savepoint

317: l_rule_criteria_rec RULE_CRITERIA_REC_TYPE := p_rule_criteria_rec;
318: l_old_rule_criteria_rec RULE_CRITERIA_REC_TYPE;
319:
320: BEGIN
321: -- standard start of API savepoint
322: SAVEPOINT update_rule_criteria;
323:
324: -- initialize message list if p_init_msg_list is set to TRUE.
325: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

351: x_return_status);
352:
353: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
354:
355: -- standard call to get message count and if count is 1, get message info.
356: FND_MSG_PUB.Count_And_Get(
357: p_encoded => FND_API.G_FALSE,
358: p_count => x_msg_count,
359: p_data => x_msg_data);

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

465: X_CREATED_BY_MODULE =>x_rule_criteria_rec.created_by_module
466: );
467:
468:
469: --Standard call to get message count and if count is 1, get message info.
470: FND_MSG_PUB.Count_And_Get(
471: p_encoded => FND_API.G_FALSE,
472: p_count => x_msg_count,
473: p_data => x_msg_data );

Line 548: -- standard start of API savepoint

544:
545:
546: BEGIN
547:
548: -- standard start of API savepoint
549: SAVEPOINT delete_rule_criteria;
550:
551: -- initialize message list if p_init_msg_list is set to TRUE.
552: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

561: X_CRITERIA_ID =>p_criteria_id
562: );
563:
564:
565: -- standard call to get message count and if count is 1, get message info.
566: FND_MSG_PUB.Count_And_Get(
567: p_encoded => FND_API.G_FALSE,
568: p_count => x_msg_count,
569: p_data => x_msg_data);