DBA Data[Home] [Help]

APPS.CN_SRP_PLAN_ASSIGNS_PVT dependencies on STANDARD

Line 298: -- Standard Start of API savepoint

294:
295: pg_cur_rec pg_cur%ROWTYPE;
296:
297: BEGIN
298: -- Standard Start of API savepoint
299: SAVEPOINT Create_Srp_Plan_Assigns;
300: -- Standard call to check for call compatibility.
301: IF NOT FND_API.compatible_api_call
302: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

296:
297: BEGIN
298: -- Standard Start of API savepoint
299: SAVEPOINT Create_Srp_Plan_Assigns;
300: -- Standard call to check for call compatibility.
301: IF NOT FND_API.compatible_api_call
302: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
303: THEN
304: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 428: -- Standard check of p_commit.

424: END IF;
425: -- End of API body.
426: << end_of_create_srp_plan_assigns >>
427: NULL;
428: -- Standard check of p_commit.
429: IF FND_API.To_Boolean( p_commit ) THEN
430: COMMIT WORK;
431: END IF;
432: -- Standard call to get message count and if count is 1, get message info.

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

428: -- Standard check of p_commit.
429: IF FND_API.To_Boolean( p_commit ) THEN
430: COMMIT WORK;
431: END IF;
432: -- Standard call to get message count and if count is 1, get message info.
433: FND_MSG_PUB.Count_And_Get
434: (
435: p_count => x_msg_count ,
436: p_data => x_msg_data ,

Line 517: -- Standard Start of API savepoint

513: and org_id = l_org_id; --MOAC
514:
515: pg_cur_rec pg_cur%ROWTYPE;
516: BEGIN
517: -- Standard Start of API savepoint
518: SAVEPOINT Update_Srp_Plan_Assigns;
519: -- Standard call to check for call compatibility.
520: IF NOT FND_API.compatible_api_call
521: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

515: pg_cur_rec pg_cur%ROWTYPE;
516: BEGIN
517: -- Standard Start of API savepoint
518: SAVEPOINT Update_Srp_Plan_Assigns;
519: -- Standard call to check for call compatibility.
520: IF NOT FND_API.compatible_api_call
521: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
522: THEN
523: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 670: -- Standard check of p_commit.

666: END IF;
667: -- End of API body.
668: << end_of_update_srp_plan_assigns >>
669: NULL;
670: -- Standard check of p_commit.
671: IF FND_API.To_Boolean( p_commit ) THEN
672: COMMIT WORK;
673: END IF;
674: -- Standard call to get message count and if count is 1, get message info.

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

670: -- Standard check of p_commit.
671: IF FND_API.To_Boolean( p_commit ) THEN
672: COMMIT WORK;
673: END IF;
674: -- Standard call to get message count and if count is 1, get message info.
675: FND_MSG_PUB.Count_And_Get
676: (
677: p_count => x_msg_count ,
678: p_data => x_msg_data ,

Line 742: -- Standard Start of API savepoint

738: l_api_version CONSTANT NUMBER := 1.0;
739: l_srp_plan_assign_id cn_srp_plan_assigns.srp_plan_assign_id%TYPE;
740:
741: BEGIN
742: -- Standard Start of API savepoint
743: SAVEPOINT Delete_Srp_Plan_Assigns;
744: -- Standard call to check for call compatibility.
745: IF NOT FND_API.compatible_api_call
746: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

740:
741: BEGIN
742: -- Standard Start of API savepoint
743: SAVEPOINT Delete_Srp_Plan_Assigns;
744: -- Standard call to check for call compatibility.
745: IF NOT FND_API.compatible_api_call
746: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
747: THEN
748: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 787: -- Standard check of p_commit.

783: (x_srp_plan_assign_id => l_srp_plan_assign_id);
784: -- End of API body.
785: << end_of_delete_srp_plan_assigns >>
786: NULL;
787: -- Standard check of p_commit.
788: IF FND_API.To_Boolean( p_commit ) THEN
789: COMMIT WORK;
790: END IF;
791: -- Standard call to get message count and if count is 1, get message info.

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

787: -- Standard check of p_commit.
788: IF FND_API.To_Boolean( p_commit ) THEN
789: COMMIT WORK;
790: END IF;
791: -- Standard call to get message count and if count is 1, get message info.
792: FND_MSG_PUB.Count_And_Get
793: (
794: p_count => x_msg_count ,
795: p_data => x_msg_data ,