DBA Data[Home] [Help]

APPS.CSC_GROUP_CHECKS_PVT dependencies on STANDARD

Line 129: -- Standard Start of API savepoint

125: l_api_name CONSTANT VARCHAR2(30) := 'Create_group_checks';
126: l_api_version_number CONSTANT NUMBER := 1.0;
127: l_return_status_full VARCHAR2(1);
128: BEGIN
129: -- Standard Start of API savepoint
130: SAVEPOINT CREATE_GROUP_CHECKS_PVT;
131:
132: -- Standard call to check for call compatibility.
133: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

128: BEGIN
129: -- Standard Start of API savepoint
130: SAVEPOINT CREATE_GROUP_CHECKS_PVT;
131:
132: -- Standard call to check for call compatibility.
133: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
134: p_api_version_number,
135: l_api_name,
136: G_PKG_NAME)

Line 201: -- Standard check for p_commit

197: --
198: -- End of API body
199: --
200:
201: -- Standard check for p_commit
202: IF FND_API.to_Boolean( p_commit )
203: THEN
204: COMMIT WORK;
205: END IF;

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

203: THEN
204: COMMIT WORK;
205: END IF;
206:
207: -- Standard call to get message count and if count is 1, get message info.
208: FND_MSG_PUB.Count_And_Get
209: ( p_count => x_msg_count,
210: p_data => x_msg_data
211: );

Line 345: -- Standard Start of API savepoint

341: -- Local Variables
342: l_old_GROUP_CHK_rec CSC_group_checks_PVT.GROUP_CHK_Rec_Type ;
343: l_rowid ROWID;
344: BEGIN
345: -- Standard Start of API savepoint
346: SAVEPOINT UPDATE_GROUP_CHECKS_PVT;
347:
348: -- Standard call to check for call compatibility.
349: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

344: BEGIN
345: -- Standard Start of API savepoint
346: SAVEPOINT UPDATE_GROUP_CHECKS_PVT;
347:
348: -- Standard call to check for call compatibility.
349: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
350: p_api_version_number,
351: l_api_name,
352: G_PKG_NAME)

Line 441: -- Standard check for p_commit

437: --
438: -- End of API body.
439: --
440:
441: -- Standard check for p_commit
442: IF FND_API.to_Boolean( p_commit )
443: THEN
444: COMMIT WORK;
445: END IF;

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

444: COMMIT WORK;
445: END IF;
446:
447:
448: -- Standard call to get message count and if count is 1, get message info.
449: FND_MSG_PUB.Count_And_Get
450: ( p_count => x_msg_count,
451: p_data => x_msg_data
452: );

Line 499: -- Standard Start of API savepoint

495: IS
496: l_api_name CONSTANT VARCHAR2(30) := 'Delete_group_checks';
497: l_api_version_number CONSTANT NUMBER := 1.0;
498: BEGIN
499: -- Standard Start of API savepoint
500: SAVEPOINT DELETE_GROUP_CHECKS_PVT;
501:
502: -- Standard call to check for call compatibility.
503: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

498: BEGIN
499: -- Standard Start of API savepoint
500: SAVEPOINT DELETE_GROUP_CHECKS_PVT;
501:
502: -- Standard call to check for call compatibility.
503: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
504: p_api_version_number,
505: l_api_name,
506: G_PKG_NAME)

Line 536: -- Standard check for p_commit

532: --
533: -- End of API body
534: --
535:
536: -- Standard check for p_commit
537: IF FND_API.to_Boolean( p_commit )
538: THEN
539: COMMIT WORK;
540: END IF;

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

540: END IF;
541:
542:
543:
544: -- Standard call to get message count and if count is 1, get message info.
545: FND_MSG_PUB.Count_And_Get
546: ( p_count => x_msg_count,
547: p_data => x_msg_data
548: );

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

650: Close C1;
651: END IF;
652: END IF;
653:
654: -- Standard call to get message count and if count is 1, get message info.
655: FND_MSG_PUB.Count_And_Get
656: ( p_count => x_msg_count,
657: p_data => x_msg_data
658: );

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

735: Close C1;
736: END IF;
737: END IF;
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_count => x_msg_count,
742: p_data => x_msg_data
743: );

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

792: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
793: NULL;
794: END IF;
795:
796: -- Standard call to get message count and if count is 1, get message info.
797: FND_MSG_PUB.Count_And_Get
798: ( p_count => x_msg_count,
799: p_data => x_msg_data
800: );

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

826: x_return_status := FND_API.G_RET_STS_SUCCESS;
827:
828: NULL;
829:
830: -- Standard call to get message count and if count is 1, get message info.
831: FND_MSG_PUB.Count_And_Get
832: ( p_count => x_msg_count,
833: p_data => x_msg_data
834: );

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

891: Close C1;
892: END IF;
893: END IF;
894:
895: -- Standard call to get message count and if count is 1, get message info.
896: FND_MSG_PUB.Count_And_Get
897: ( p_count => x_msg_count,
898: p_data => x_msg_data
899: );

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

938: p_argument => 'p_THRESHOLD_FLAG');
939: END IF;
940: END IF;
941:
942: -- Standard call to get message count and if count is 1, get message info.
943: FND_MSG_PUB.Count_And_Get
944: ( p_count => x_msg_count,
945: p_data => x_msg_data
946: );