DBA Data[Home] [Help]

APPS.CN_RULE_PVT dependencies on STANDARD

Line 248: -- Standard Start of API savepoint

244: l_ruleset_status VARCHAR2(100);
245:
246: BEGIN
247:
248: -- Standard Start of API savepoint
249: SAVEPOINT Create_Rule;
250: -- Standard call to check for call compatibility.
251: IF NOT FND_API.Compatible_API_Call ( l_api_version,
252: p_api_version,

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

246: BEGIN
247:
248: -- Standard Start of API savepoint
249: SAVEPOINT Create_Rule;
250: -- Standard call to check for call compatibility.
251: IF NOT FND_API.Compatible_API_Call ( l_api_version,
252: p_api_version,
253: l_api_name,
254: G_PKG_NAME )

Line 414: -- Standard check of p_commit.

410: x_org_id => p_rule_rec.org_id);
411:
412: -- End of API body.
413:
414: -- Standard check of p_commit.
415: IF FND_API.To_Boolean( p_commit )
416: THEN
417: COMMIT WORK;
418: END IF;

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

416: THEN
417: COMMIT WORK;
418: END IF;
419:
420: -- Standard call to get message count and if count is 1, get message info.
421: FND_MSG_PUB.Count_And_Get
422: (p_count => x_msg_count,
423: p_data => x_msg_data
424: );

Line 517: -- Standard Start of API savepoint

513: l_object_version_number NUMBER;
514:
515: BEGIN
516:
517: -- Standard Start of API savepoint
518: SAVEPOINT Update_Rule;
519: -- Standard call to check for call compatibility.
520: IF NOT FND_API.Compatible_API_Call ( l_api_version,
521: p_api_version,

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

515: BEGIN
516:
517: -- Standard Start of API savepoint
518: SAVEPOINT Update_Rule;
519: -- Standard call to check for call compatibility.
520: IF NOT FND_API.Compatible_API_Call ( l_api_version,
521: p_api_version,
522: l_api_name,
523: G_PKG_NAME )

Line 762: -- Standard check of p_commit.

758: x_org_id => p_rule_rec.org_id);
759:
760: -- End of API body.
761:
762: -- Standard check of p_commit.
763: IF FND_API.To_Boolean( p_commit )
764: THEN
765: COMMIT WORK;
766: END IF;

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

764: THEN
765: COMMIT WORK;
766: END IF;
767:
768: -- Standard call to get message count and if count is 1, get message info.
769: FND_MSG_PUB.Count_And_Get
770: (p_count => x_msg_count,
771: p_data => x_msg_data
772: );

Line 866: -- Standard Start of API savepoint

862:
863: BEGIN
864:
865:
866: -- Standard Start of API savepoint
867: SAVEPOINT Delete_Rule;
868: -- Standard call to check for call compatibility.
869: IF NOT FND_API.Compatible_API_Call ( l_api_version,
870: p_api_version,

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

864:
865:
866: -- Standard Start of API savepoint
867: SAVEPOINT Delete_Rule;
868: -- Standard call to check for call compatibility.
869: IF NOT FND_API.Compatible_API_Call ( l_api_version,
870: p_api_version,
871: l_api_name,
872: G_PKG_NAME )

Line 946: -- Standard check of p_commit.

942:
943:
944: -- End of API body.
945:
946: -- Standard check of p_commit.
947: IF FND_API.To_Boolean( p_commit )
948: THEN
949: COMMIT WORK;
950: END IF;

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

948: THEN
949: COMMIT WORK;
950: END IF;
951:
952: -- Standard call to get message count and if count is 1, get message info.
953: FND_MSG_PUB.Count_And_Get
954: (p_count => x_msg_count,
955: p_data => x_msg_data
956: );

Line 1056: -- Standard Start of API savepoint

1052:
1053: BEGIN
1054:
1055: --
1056: -- Standard Start of API savepoint
1057: --
1058: SAVEPOINT Get_Rules;
1059: --
1060: -- Standard call to check for call compatibility.

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

1056: -- Standard Start of API savepoint
1057: --
1058: SAVEPOINT Get_Rules;
1059: --
1060: -- Standard call to check for call compatibility.
1061: --
1062: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1063: p_api_version ,
1064: l_api_name ,

Line 1169: -- Standard check of p_commit.

1165:
1166: x_loading_status := 'SELECTED';
1167:
1168: -- End of API body.
1169: -- Standard check of p_commit.
1170: IF FND_API.To_Boolean( p_commit ) THEN
1171: COMMIT WORK;
1172: END IF;
1173: