DBA Data[Home] [Help]

APPS.CSC_PLAN_LINES_PVT dependencies on STANDARD

Line 190: -- Standard Start of API savepoint

186: l_api_name CONSTANT VARCHAR2(30) := 'Create_plan_lines';
187: l_api_version_number CONSTANT NUMBER := 1.0;
188: l_return_status_full VARCHAR2(1);
189: BEGIN
190: -- Standard Start of API savepoint
191: SAVEPOINT CREATE_PLAN_LINES_PVT;
192:
193: -- Standard call to check for call compatibility.
194: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

189: BEGIN
190: -- Standard Start of API savepoint
191: SAVEPOINT CREATE_PLAN_LINES_PVT;
192:
193: -- Standard call to check for call compatibility.
194: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
195: p_api_version_number,
196: l_api_name,
197: G_PKG_NAME)

Line 270: -- Standard check for p_commit

266: p_ATTRIBUTE15 => p_CSC_PLAN_LINES_rec.ATTRIBUTE15,
267: p_ATTRIBUTE_CATEGORY => p_CSC_PLAN_LINES_rec.ATTRIBUTE_CATEGORY,
268: x_OBJECT_VERSION_NUMBER => X_OBJECT_VERSION_NUMBER);
269:
270: -- Standard check for p_commit
271: IF FND_API.to_Boolean( p_commit )
272: THEN
273: COMMIT WORK;
274: END IF;

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

272: THEN
273: COMMIT WORK;
274: END IF;
275:
276: -- Standard call to get message count and if count is 1, get message info.
277: FND_MSG_PUB.Count_And_Get
278: ( p_count => x_msg_count,
279: p_data => x_msg_data );
280:

Line 435: -- Standard Start of API savepoint

431: l_ref_CSC_PLAN_LINES_rec CSC_plan_lines_PVT.CSC_PLAN_LINES_Rec_Type;
432: l_tar_CSC_PLAN_LINES_rec CSC_plan_lines_PVT.CSC_PLAN_LINES_Rec_Type := P_CSC_PLAN_LINES_Rec;
433: l_rowid ROWID;
434: BEGIN
435: -- Standard Start of API savepoint
436: SAVEPOINT UPDATE_PLAN_LINES_PVT;
437:
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

434: BEGIN
435: -- Standard Start of API savepoint
436: SAVEPOINT UPDATE_PLAN_LINES_PVT;
437:
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
440: p_api_version_number,
441: l_api_name,
442: G_PKG_NAME)

Line 544: -- Standard check for p_commit

540: p_ATTRIBUTE15 => p_CSC_PLAN_LINES_rec.ATTRIBUTE15,
541: p_ATTRIBUTE_CATEGORY => p_CSC_PLAN_LINES_rec.ATTRIBUTE_CATEGORY,
542: x_OBJECT_VERSION_NUMBER => X_OBJECT_VERSION_NUMBER);
543:
544: -- Standard check for p_commit
545: IF FND_API.to_Boolean( p_commit )
546: THEN
547: COMMIT WORK;
548: END IF;

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

546: THEN
547: COMMIT WORK;
548: END IF;
549:
550: -- Standard call to get message count and if count is 1, get message info.
551: FND_MSG_PUB.Count_And_Get
552: ( p_count => x_msg_count,
553: p_data => x_msg_data
554: );

Line 607: -- Standard Start of API savepoint

603: IS
604: l_api_name CONSTANT VARCHAR2(30) := 'Delete_plan_lines';
605: l_api_version_number CONSTANT NUMBER := 1.0;
606: BEGIN
607: -- Standard Start of API savepoint
608: SAVEPOINT DELETE_PLAN_LINES_PVT;
609:
610: -- Standard call to check for call compatibility.
611: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

606: BEGIN
607: -- Standard Start of API savepoint
608: SAVEPOINT DELETE_PLAN_LINES_PVT;
609:
610: -- Standard call to check for call compatibility.
611: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
612: p_api_version_number,
613: l_api_name,
614: G_PKG_NAME)

Line 633: -- Standard check for p_commit

629: CSC_PLAN_LINES_PKG.Delete_Row(
630: p_PLAN_ID => P_PLAN_ID,
631: p_LINE_ID => P_LINE_ID);
632:
633: -- Standard check for p_commit
634: IF FND_API.to_Boolean( p_commit )
635: THEN
636: COMMIT WORK;
637: END IF;

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

635: THEN
636: COMMIT WORK;
637: END IF;
638:
639: -- Standard call to get message count and if count is 1, get message info.
640: FND_MSG_PUB.Count_And_Get
641: ( p_count => x_msg_count,
642: p_data => x_msg_data);
643:

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

732: IF ( x_return_status <> FND_API.G_RET_STS_SUCCESS ) then
733: APP_EXCEPTION.RAISE_EXCEPTION;
734: END IF;
735:
736: -- Standard call to get message count and if count is 1, get message info.
737: FND_MSG_PUB.Count_And_Get
738: ( p_count => x_msg_count,
739: p_data => x_msg_data );
740:

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

792: IF ( x_return_status <> FND_API.G_RET_STS_SUCCESS ) then
793: APP_EXCEPTION.RAISE_EXCEPTION;
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 923: -- Standard call to get message count and if count is 1, get message info.

919: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
920: NULL;
921: END IF;
922:
923: -- Standard call to get message count and if count is 1, get message info.
924: FND_MSG_PUB.Count_And_Get
925: ( p_count => x_msg_count,
926: p_data => x_msg_data
927: );