DBA Data[Home] [Help]

APPS.AMS_RULE_GROUP_PVT dependencies on STANDARD

Line 61: -- Standard Start of API savepoint

57: FROM AMS_IBA_PS_RULEGRPS_B
58: WHERE RULEGROUP_ID = l_id;
59:
60: BEGIN
61: -- Standard Start of API savepoint
62: SAVEPOINT CREATE_Rule_Group_PVT;
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 64: -- Standard call to check for call compatibility.

60: BEGIN
61: -- Standard Start of API savepoint
62: SAVEPOINT CREATE_Rule_Group_PVT;
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
66: p_api_version_number,
67: l_api_name,
68: G_PKG_NAME)

Line 317: -- Standard check for p_commit

313:
314: AMS_UTILITY_PVT.debug_message( 'Private API: Created Rule');
315: END IF;
316:
317: -- Standard check for p_commit
318: IF FND_API.to_Boolean( p_commit )
319: THEN
320: COMMIT WORK;
321: END IF;

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

327:
328: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
329: END IF;
330:
331: -- Standard call to get message count and if count is 1, get message info.
332: FND_MSG_PUB.Count_And_Get
333: (p_count => x_msg_count,
334: p_data => x_msg_data
335: );

Line 346: -- Standard call to get message count and if count=1, get the message

342:
343: WHEN FND_API.G_EXC_ERROR THEN
344: ROLLBACK TO CREATE_Rule_Group_PVT;
345: x_return_status := FND_API.G_RET_STS_ERROR;
346: -- Standard call to get message count and if count=1, get the message
347: FND_MSG_PUB.Count_And_Get (
348: p_encoded => FND_API.G_FALSE,
349: p_count => x_msg_count,
350: p_data => x_msg_data

Line 356: -- Standard call to get message count and if count=1, get the message

352:
353: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
354: ROLLBACK TO CREATE_Rule_Group_PVT;
355: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
356: -- Standard call to get message count and if count=1, get the message
357: FND_MSG_PUB.Count_And_Get (
358: p_encoded => FND_API.G_FALSE,
359: p_count => x_msg_count,
360: p_data => x_msg_data

Line 370: -- Standard call to get message count and if count=1, get the message

366: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
367: THEN
368: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
369: END IF;
370: -- Standard call to get message count and if count=1, get the message
371: FND_MSG_PUB.Count_And_Get (
372: p_encoded => FND_API.G_FALSE,
373: p_count => x_msg_count,
374: p_data => x_msg_data

Line 411: -- Standard Start of API savepoint

407: FROM AMS_IBA_PS_RULEGRPS_B
408: WHERE rulegroup_id = rg_id;
409:
410: BEGIN
411: -- Standard Start of API savepoint
412: SAVEPOINT UPDATE_Rule_Group_PVT;
413:
414: -- Standard call to check for call compatibility.
415: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 414: -- Standard call to check for call compatibility.

410: BEGIN
411: -- Standard Start of API savepoint
412: SAVEPOINT UPDATE_Rule_Group_PVT;
413:
414: -- Standard call to check for call compatibility.
415: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
416: p_api_version_number,
417: l_api_name,
418: G_PKG_NAME)

Line 651: -- Standard check for p_commit

647: --
648: -- End of API body.
649: --
650:
651: -- Standard check for p_commit
652: IF FND_API.to_Boolean( p_commit )
653: THEN
654: COMMIT WORK;
655: END IF;

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

660:
661: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
662: END IF;
663:
664: -- Standard call to get message count and if count is 1, get message info.
665: FND_MSG_PUB.Count_And_Get
666: (p_count => x_msg_count,
667: p_data => x_msg_data
668: );

Line 678: -- Standard call to get message count and if count=1, get the message

674:
675: WHEN FND_API.G_EXC_ERROR THEN
676: ROLLBACK TO UPDATE_Rule_Group_PVT;
677: x_return_status := FND_API.G_RET_STS_ERROR;
678: -- Standard call to get message count and if count=1, get the message
679: FND_MSG_PUB.Count_And_Get (
680: p_encoded => FND_API.G_FALSE,
681: p_count => x_msg_count,
682: p_data => x_msg_data

Line 688: -- Standard call to get message count and if count=1, get the message

684:
685: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
686: ROLLBACK TO UPDATE_Rule_Group_PVT;
687: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
688: -- Standard call to get message count and if count=1, get the message
689: FND_MSG_PUB.Count_And_Get (
690: p_encoded => FND_API.G_FALSE,
691: p_count => x_msg_count,
692: p_data => x_msg_data

Line 702: -- Standard call to get message count and if count=1, get the message

698: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
699: THEN
700: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
701: END IF;
702: -- Standard call to get message count and if count=1, get the message
703: FND_MSG_PUB.Count_And_Get (
704: p_encoded => FND_API.G_FALSE,
705: p_count => x_msg_count,
706: p_data => x_msg_data

Line 729: -- Standard Start of API savepoint

725: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
726: l_object_version_number NUMBER;
727:
728: BEGIN
729: -- Standard Start of API savepoint
730: SAVEPOINT DELETE_Rule_Group_PVT;
731:
732: -- Standard call to check for call compatibility.
733: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 732: -- Standard call to check for call compatibility.

728: BEGIN
729: -- Standard Start of API savepoint
730: SAVEPOINT DELETE_Rule_Group_PVT;
731:
732: -- Standard call to check for call compatibility.
733: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
734: p_api_version_number,
735: l_api_name,
736: G_PKG_NAME)

Line 773: -- Standard check for p_commit

769: --
770: -- End of API body
771: --
772:
773: -- Standard check for p_commit
774: IF FND_API.to_Boolean( p_commit )
775: THEN
776: COMMIT WORK;
777: END IF;

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

782:
783: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
784: END IF;
785:
786: -- Standard call to get message count and if count is 1, get message info.
787: FND_MSG_PUB.Count_And_Get
788: (p_count => x_msg_count,
789: p_data => x_msg_data
790: );

Line 800: -- Standard call to get message count and if count=1, get the message

796:
797: WHEN FND_API.G_EXC_ERROR THEN
798: ROLLBACK TO DELETE_Rule_Group_PVT;
799: x_return_status := FND_API.G_RET_STS_ERROR;
800: -- Standard call to get message count and if count=1, get the message
801: FND_MSG_PUB.Count_And_Get (
802: p_encoded => FND_API.G_FALSE,
803: p_count => x_msg_count,
804: p_data => x_msg_data

Line 810: -- Standard call to get message count and if count=1, get the message

806:
807: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
808: ROLLBACK TO DELETE_Rule_Group_PVT;
809: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
810: -- Standard call to get message count and if count=1, get the message
811: FND_MSG_PUB.Count_And_Get (
812: p_encoded => FND_API.G_FALSE,
813: p_count => x_msg_count,
814: p_data => x_msg_data

Line 824: -- Standard call to get message count and if count=1, get the message

820: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
821: THEN
822: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
823: END IF;
824: -- Standard call to get message count and if count=1, get the message
825: FND_MSG_PUB.Count_And_Get (
826: p_encoded => FND_API.G_FALSE,
827: p_count => x_msg_count,
828: p_data => x_msg_data

Line 874: -- Standard call to check for call compatibility.

870: THEN
871: FND_MSG_PUB.initialize;
872: END IF;
873:
874: -- Standard call to check for call compatibility.
875: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
876: p_api_version_number,
877: l_api_name,
878: G_PKG_NAME)

Line 930: -- Standard call to get message count and if count=1, get the message

926:
927: WHEN FND_API.G_EXC_ERROR THEN
928: ROLLBACK TO LOCK_Rule_Group_PVT;
929: x_return_status := FND_API.G_RET_STS_ERROR;
930: -- Standard call to get message count and if count=1, get the message
931: FND_MSG_PUB.Count_And_Get (
932: p_encoded => FND_API.G_FALSE,
933: p_count => x_msg_count,
934: p_data => x_msg_data

Line 940: -- Standard call to get message count and if count=1, get the message

936:
937: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
938: ROLLBACK TO LOCK_Rule_Group_PVT;
939: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
940: -- Standard call to get message count and if count=1, get the message
941: FND_MSG_PUB.Count_And_Get (
942: p_encoded => FND_API.G_FALSE,
943: p_count => x_msg_count,
944: p_data => x_msg_data

Line 954: -- Standard call to get message count and if count=1, get the message

950: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
951: THEN
952: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
953: END IF;
954: -- Standard call to get message count and if count=1, get the message
955: FND_MSG_PUB.Count_And_Get (
956: p_encoded => FND_API.G_FALSE,
957: p_count => x_msg_count,
958: p_data => x_msg_data

Line 1105: -- Standard Start of API savepoint

1101: l_object_version_number NUMBER;
1102: l_rule_group_rec AMS_Rule_Group_PVT.rule_group_rec_type;
1103:
1104: BEGIN
1105: -- Standard Start of API savepoint
1106: SAVEPOINT VALIDATE_Rule_Group_;
1107:
1108: -- Standard call to check for call compatibility.
1109: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 1108: -- Standard call to check for call compatibility.

1104: BEGIN
1105: -- Standard Start of API savepoint
1106: SAVEPOINT VALIDATE_Rule_Group_;
1107:
1108: -- Standard call to check for call compatibility.
1109: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1110: p_api_version_number,
1111: l_api_name,
1112: G_PKG_NAME)

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

1150:
1151: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
1152: END IF;
1153:
1154: -- Standard call to get message count and if count is 1, get message info.
1155: FND_MSG_PUB.Count_And_Get
1156: (p_count => x_msg_count,
1157: p_data => x_msg_data
1158: );

Line 1168: -- Standard call to get message count and if count=1, get the message

1164:
1165: WHEN FND_API.G_EXC_ERROR THEN
1166: ROLLBACK TO VALIDATE_Rule_Group_;
1167: x_return_status := FND_API.G_RET_STS_ERROR;
1168: -- Standard call to get message count and if count=1, get the message
1169: FND_MSG_PUB.Count_And_Get (
1170: p_encoded => FND_API.G_FALSE,
1171: p_count => x_msg_count,
1172: p_data => x_msg_data

Line 1178: -- Standard call to get message count and if count=1, get the message

1174:
1175: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1176: ROLLBACK TO VALIDATE_Rule_Group_;
1177: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1178: -- Standard call to get message count and if count=1, get the message
1179: FND_MSG_PUB.Count_And_Get (
1180: p_encoded => FND_API.G_FALSE,
1181: p_count => x_msg_count,
1182: p_data => x_msg_data

Line 1192: -- Standard call to get message count and if count=1, get the message

1188: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1189: THEN
1190: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1191: END IF;
1192: -- Standard call to get message count and if count=1, get the message
1193: FND_MSG_PUB.Count_And_Get (
1194: p_encoded => FND_API.G_FALSE,
1195: p_count => x_msg_count,
1196: p_data => x_msg_data

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

1226: IF (AMS_DEBUG_HIGH_ON) THEN
1227:
1228: AMS_UTILITY_PVT.debug_message('Private API: Validate_dm_model_rec');
1229: END IF;
1230: -- Standard call to get message count and if count is 1, get message info.
1231: FND_MSG_PUB.Count_And_Get
1232: (p_count => x_msg_count,
1233: p_data => x_msg_data
1234: );