DBA Data[Home] [Help]

APPS.CSC_RELATIONSHIP_PLANS_PUB dependencies on STANDARD

Line 337: -- Standard Start of API savepoint

333: CSC_RELATIONSHIP_PLANS_PVT.G_MISS_CSC_PLAN_HEADERS_B_REC;
334: l_pvt_CSC_PARTY_ID_TBL CSC_CUST_PLANS_PVT.CSC_PARTY_ID_TBL_TYPE :=
335: CSC_CUST_PLANS_PVT.G_MISS_PARTY_ID_TBL;
336: BEGIN
337: -- Standard Start of API savepoint
338: SAVEPOINT create_plan_header_pub;
339:
340: -- Standard call to check for call compatibility.
341: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

336: BEGIN
337: -- Standard Start of API savepoint
338: SAVEPOINT create_plan_header_pub;
339:
340: -- Standard call to check for call compatibility.
341: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
342: p_api_version_number,
343: l_api_name,
344: G_PKG_NAME)

Line 358: -- the proc. to keep with the standards and to get back a pvt. rec type to pass to the pvt.

354: -- Initialize API return status to SUCCESS
355: x_return_status := FND_API.G_RET_STS_SUCCESS;
356:
357: -- Convert the values to ids. As of now there are no values to be converted into ids. But call
358: -- the proc. to keep with the standards and to get back a pvt. rec type to pass to the pvt.
359: -- package. A table type conversion is also added in this procedure to collect information about
360: -- the parties when a 'CUSTOMIZED' plan is created. DJ
361: --
362: CONVERT_CSC_PLAN_HEADERS_B (

Line 393: -- Standard check for p_commit

389: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
390: raise FND_API.G_EXC_UNEXPECTED_ERROR;
391: END IF;
392:
393: -- Standard check for p_commit
394: IF FND_API.to_Boolean( p_commit )
395: THEN
396: COMMIT WORK;
397: END IF;

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

395: THEN
396: COMMIT WORK;
397: END IF;
398:
399: -- Standard call to get message count and if count is 1, get message info.
400: FND_MSG_PUB.Count_And_Get
401: ( p_encoded => FND_API.G_FALSE,
402: p_count => x_msg_count,
403: p_data => x_msg_data );

Line 573: -- Standard Start of API savepoint

569: l_pvt_CSC_PARTY_ID_TBL CSC_CUST_PLANS_PVT.CSC_PARTY_ID_TBL_TYPE :=
570: CSC_CUST_PLANS_PVT.G_MISS_PARTY_ID_TBL;
571:
572: BEGIN
573: -- Standard Start of API savepoint
574: SAVEPOINT update_plan_header_pub;
575:
576: -- Standard call to check for call compatibility.
577: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

572: BEGIN
573: -- Standard Start of API savepoint
574: SAVEPOINT update_plan_header_pub;
575:
576: -- Standard call to check for call compatibility.
577: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
578: p_api_version_number,
579: l_api_name,
580: G_PKG_NAME)

Line 594: -- the proc. to keep with the standards and to get back a pvt. rec type to pass to the pvt.

590: -- Initialize API return status to SUCCESS
591: x_return_status := FND_API.G_RET_STS_SUCCESS;
592:
593: -- Convert the values to ids. As of now there are no values to be converted into ids. But call
594: -- the proc. to keep with the standards and to get back a pvt. rec type to pass to the pvt.
595: -- package. DJ
596: --
597: CONVERT_CSC_PLAN_HEADERS_B (
598: P_CSC_PLAN_HEADERS_B_REC => P_CSC_PLAN_HEADERS_B_REC,

Line 624: -- Standard check for p_commit

620: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
621: raise FND_API.G_EXC_UNEXPECTED_ERROR;
622: END IF;
623:
624: -- Standard check for p_commit
625: IF FND_API.to_Boolean( p_commit )
626: THEN
627: COMMIT WORK;
628: END IF;

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

626: THEN
627: COMMIT WORK;
628: END IF;
629:
630: -- Standard call to get message count and if count is 1, get message info.
631: FND_MSG_PUB.Count_And_Get
632: ( p_encoded => FND_API.G_FALSE,
633: p_count => x_msg_count,
634: p_data => x_msg_data );

Line 686: -- Standard Start of API savepoint

682: l_api_name CONSTANT VARCHAR2(30) := 'Disable_Plan';
683: l_api_version_number CONSTANT NUMBER := 1.0;
684: l_pvt_CSC_PLAN_HEADERS_B_REC CSC_RELATIONSHIP_PLANS_PVT.CSC_PLAN_HEADERS_B_REC_TYPE;
685: BEGIN
686: -- Standard Start of API savepoint
687: SAVEPOINT DISABLE_PLAN_PUB;
688:
689: -- Standard call to check for call compatibility.
690: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

685: BEGIN
686: -- Standard Start of API savepoint
687: SAVEPOINT DISABLE_PLAN_PUB;
688:
689: -- Standard call to check for call compatibility.
690: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
691: p_api_version_number,
692: l_api_name,
693: G_PKG_NAME)

Line 722: -- Standard check for p_commit

718: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
719: raise FND_API.G_EXC_UNEXPECTED_ERROR;
720: END IF;
721:
722: -- Standard check for p_commit
723: IF FND_API.to_Boolean( p_commit )
724: THEN
725: COMMIT WORK;
726: END IF;

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

724: THEN
725: COMMIT WORK;
726: END IF;
727:
728: -- Standard call to get message count and if count is 1, get message info.
729: FND_MSG_PUB.Count_And_Get
730: ( p_encoded => FND_API.G_FALSE,
731: p_count => x_msg_count,
732: p_data => x_msg_data );