DBA Data[Home] [Help]

APPS.FUN_RULE_OBJECTS_PUB dependencies on STANDARD

Line 443: -- standard start of API savepoint

439: l_rule_object_rec RULE_OBJECTS_REC_TYPE:= p_rule_object_rec;
440:
441: BEGIN
442:
443: -- standard start of API savepoint
444: SAVEPOINT create_rule_objects;
445:
446: -- initialize message list if p_init_msg_list is set to TRUE.
447: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

457: l_rule_object_rec,
458: l_rule_object_rec.rule_object_id,
459: x_return_status);
460:
461: -- standard call to get message count and if count is 1, get message info.
462: FND_MSG_PUB.Count_And_Get(
463: p_encoded => FND_API.G_FALSE,
464: p_count => x_msg_count,
465: p_data => x_msg_data);

Line 530: -- standard start of API savepoint

526: )
527: IS
528:
529: BEGIN
530: -- standard start of API savepoint
531: SAVEPOINT create_rule_object_instance;
532:
533: -- initialize message list if p_init_msg_list is set to TRUE.
534: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

571: p_org_id,
572: x_rule_object_id,
573: x_return_status);
574: END IF;
575: -- standard call to get message count and if count is 1, get message info.
576: FND_MSG_PUB.Count_And_Get(
577: p_encoded => FND_API.G_FALSE,
578: p_count => x_msg_count,
579: p_data => x_msg_data);

Line 685: -- standard start of API savepoint

681: AND B.RULE_OBJECT_ID = TL.RULE_OBJECT_ID
682: AND TL.LANGUAGE = 'US';
683:
684: BEGIN
685: -- standard start of API savepoint
686: SAVEPOINT update_rule_objects;
687:
688: -- initialize message list if p_init_msg_list is set to TRUE.
689: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

722: x_return_status);
723:
724: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
725:
726: -- standard call to get message count and if count is 1, get message info.
727: FND_MSG_PUB.Count_And_Get(
728: p_encoded => FND_API.G_FALSE,
729: p_count => x_msg_count,
730: p_data => x_msg_data);

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

777: x_return_status);
778:
779: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
780:
781: -- standard call to get message count and if count is 1, get message info.
782: FND_MSG_PUB.Count_And_Get(
783: p_encoded => FND_API.G_FALSE,
784: p_count => x_msg_count,
785: p_data => x_msg_data);

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

910: X_ORG_ID =>x_rule_object_rec.org_id
911: );
912:
913:
914: --Standard call to get message count and if count is 1, get message info.
915: FND_MSG_PUB.Count_And_Get(
916: p_encoded => FND_API.G_FALSE,
917: p_count => x_msg_count,
918: p_data => x_msg_data );

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

1033: X_ORG_ID =>x_rule_object_rec.org_id
1034: );
1035:
1036:
1037: --Standard call to get message count and if count is 1, get message info.
1038: FND_MSG_PUB.Count_And_Get(
1039: p_encoded => FND_API.G_FALSE,
1040: p_count => x_msg_count,
1041: p_data => x_msg_data );

Line 1131: -- standard start of API savepoint

1127: AND TL.LANGUAGE = 'US';
1128:
1129: BEGIN
1130:
1131: -- standard start of API savepoint
1132: SAVEPOINT delete_rule_object;
1133:
1134: --Store the rule_object_id first so that it will be used
1135: --to delete the instances later.

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

1246:
1247:
1248: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
1249:
1250: -- standard call to get message count and if count is 1, get message info.
1251: FND_MSG_PUB.Count_And_Get(
1252: p_encoded => FND_API.G_FALSE,
1253: p_count => x_msg_count,
1254: p_data => x_msg_data);

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

1255: END IF;
1256:
1257: END LOOP;
1258:
1259: -- standard call to get message count and if count is 1, get message info.
1260: FND_MSG_PUB.Count_And_Get(
1261: p_encoded => FND_API.G_FALSE,
1262: p_count => x_msg_count,
1263: p_data => x_msg_data);

Line 1327: -- standard start of API savepoint

1323: l_rule_object_id NUMBER;
1324:
1325: BEGIN
1326:
1327: -- standard start of API savepoint
1328: SAVEPOINT delete_rule_object_instance;
1329:
1330: --Get the RULE_OBJECT_ID from FUN_RULE_OBJECTS_B for the Rule Instance.
1331: --Use the RULE_OBJECT_ID to delete the records.

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

1491: FUN_RULE_OBJECTS_PKG.Delete_Row (
1492: X_RULE_OBJECT_ID =>l_rule_object_id
1493: );
1494:
1495: -- standard call to get message count and if count is 1, get message info.
1496: FND_MSG_PUB.Count_And_Get(
1497: p_encoded => FND_API.G_FALSE,
1498: p_count => x_msg_count,
1499: p_data => x_msg_data);

Line 1781: -- standard start of API savepoint

1777: l_parent_rule_object_id FUN_RULE_OBJECTS_B.PARENT_RULE_OBJECT_ID%TYPE;
1778: l_use_instance_flag FUN_RULE_OBJECTS_B.USE_INSTANCE_FLAG%TYPE;
1779:
1780: BEGIN
1781: -- standard start of API savepoint
1782: SAVEPOINT convert_use_instance;
1783:
1784: -- initialize message list if p_init_msg_list is set to TRUE.
1785: IF FND_API.to_Boolean(p_init_msg_list) THEN