DBA Data[Home] [Help]

APPS.FUN_RULE_CRIT_PARAMS_PUB dependencies on STANDARD

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

197:
198:
199: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
200:
201: -- standard call to get message count and if count is 1, get message info.
202: FND_MSG_PUB.Count_And_Get(
203: p_encoded => FND_API.G_FALSE,
204: p_count => x_msg_count,
205: p_data => x_msg_data);

Line 388: -- standard start of API savepoint

384: l_rule_crit_param_rec RULE_CRIT_PARAMS_REC_TYPE:= p_rule_crit_param_rec;
385:
386: BEGIN
387:
388: -- standard start of API savepoint
389: SAVEPOINT create_rule_crit_param;
390:
391: -- initialize message list if p_init_msg_list is set to TRUE.
392: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

418: l_rule_crit_param_rec,
419: x_criteria_param_id,
420: x_return_status);
421:
422: -- standard call to get message count and if count is 1, get message info.
423: FND_MSG_PUB.Count_And_Get(
424: p_encoded => FND_API.G_FALSE,
425: p_count => x_msg_count,
426: p_data => x_msg_data);

Line 484: -- standard start of API savepoint

480: x_msg_data OUT NOCOPY VARCHAR2
481: )IS
482:
483: BEGIN
484: -- standard start of API savepoint
485: SAVEPOINT create_rule_dup_crit_param;
486:
487: -- initialize message list if p_init_msg_list is set to TRUE.
488: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

497: p_from_rule_object_id,
498: p_to_rule_object_id,
499: x_return_status);
500:
501: -- standard call to get message count and if count is 1, get message info.
502: FND_MSG_PUB.Count_And_Get(
503: p_encoded => FND_API.G_FALSE,
504: p_count => x_msg_count,
505: p_data => x_msg_data);

Line 584: -- standard start of API savepoint

580: l_rule_crit_param_rec RULE_CRIT_PARAMS_REC_TYPE := p_rule_crit_param_rec;
581: l_old_rule_crit_param_rec RULE_CRIT_PARAMS_REC_TYPE;
582:
583: BEGIN
584: -- standard start of API savepoint
585: SAVEPOINT update_rule_crit_param;
586:
587: -- initialize message list if p_init_msg_list is set to TRUE.
588: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

624: x_return_status);
625:
626: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
627:
628: -- standard call to get message count and if count is 1, get message info.
629: FND_MSG_PUB.Count_And_Get(
630: p_encoded => FND_API.G_FALSE,
631: p_count => x_msg_count,
632: p_data => x_msg_data);

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

735: X_FLEX_VALUE_SET_ID =>x_rule_crit_param_rec.flex_value_set_id,
736: X_CREATED_BY_MODULE =>x_rule_crit_param_rec.created_by_module
737: );
738:
739: --Standard call to get message count and if count is 1, get message info.
740: FND_MSG_PUB.Count_And_Get(
741: p_encoded => FND_API.G_FALSE,
742: p_count => x_msg_count,
743: p_data => x_msg_data );

Line 821: -- standard start of API savepoint

817:
818:
819: BEGIN
820:
821: -- standard start of API savepoint
822: SAVEPOINT delete_rule_crit_param;
823:
824: -- initialize message list if p_init_msg_list is set to TRUE.
825: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

834: X_CRITERIA_PARAM_ID =>p_criteria_param_id
835: );
836:
837:
838: -- standard call to get message count and if count is 1, get message info.
839: FND_MSG_PUB.Count_And_Get(
840: p_encoded => FND_API.G_FALSE,
841: p_count => x_msg_count,
842: p_data => x_msg_data);