DBA Data[Home] [Help]

APPS.CN_SRP_PMT_PLANS_PUB dependencies on STANDARD

Line 298: -- Standard Start of API savepoint

294: l_OAI_array JTF_USR_HKS.oai_data_array_type;
295: l_bind_data_id NUMBER ;
296:
297: BEGIN
298: -- Standard Start of API savepoint
299: SAVEPOINT Create_Srp_Pmt_Plan;
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_Pmt_Plan;
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 570: -- Standard check of p_commit.

566: END IF;
567: END IF;
568: END IF;
569:
570: -- Standard check of p_commit.
571: IF FND_API.To_Boolean( p_commit ) THEN
572: COMMIT WORK;
573: END IF;
574: -- Standard call to get message count and if count is 1, get message info.

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

570: -- Standard check of p_commit.
571: IF FND_API.To_Boolean( p_commit ) THEN
572: COMMIT WORK;
573: END IF;
574: -- Standard call to get message count and if count is 1, get message info.
575: FND_MSG_PUB.Count_And_Get
576: (
577: p_count => x_msg_count ,
578: p_data => x_msg_data ,

Line 668: -- Standard Start of API savepoint

664:
665:
666: BEGIN
667:
668: -- Standard Start of API savepoint
669: SAVEPOINT Update_Srp_Pmt_Plan;
670: -- Standard call to check for call compatibility.
671: IF NOT FND_API.compatible_api_call
672: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

666: BEGIN
667:
668: -- Standard Start of API savepoint
669: SAVEPOINT Update_Srp_Pmt_Plan;
670: -- Standard call to check for call compatibility.
671: IF NOT FND_API.compatible_api_call
672: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
673: THEN
674: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1003: -- Standard check of p_commit.

999: END IF;
1000: END IF;
1001: END IF;
1002:
1003: -- Standard check of p_commit.
1004: IF FND_API.To_Boolean( p_commit ) THEN
1005: COMMIT WORK;
1006: END IF;
1007: -- Standard call to get message count and if count is 1, get message info.

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

1003: -- Standard check of p_commit.
1004: IF FND_API.To_Boolean( p_commit ) THEN
1005: COMMIT WORK;
1006: END IF;
1007: -- Standard call to get message count and if count is 1, get message info.
1008: FND_MSG_PUB.Count_And_Get
1009: (
1010: p_count => x_msg_count ,
1011: p_data => x_msg_data ,

Line 1091: -- Standard Start of API savepoint

1087: l_check_lock VARCHAR2(1);
1088:
1089: BEGIN
1090:
1091: -- Standard Start of API savepoint
1092: SAVEPOINT Delete_Srp_Pmt_Plan;
1093: -- Standard call to check for call compatibility.
1094: IF NOT FND_API.compatible_api_call
1095: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

1089: BEGIN
1090:
1091: -- Standard Start of API savepoint
1092: SAVEPOINT Delete_Srp_Pmt_Plan;
1093: -- Standard call to check for call compatibility.
1094: IF NOT FND_API.compatible_api_call
1095: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
1096: THEN
1097: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1345: -- Standard check of p_commit.

1341: END IF;
1342: END IF;
1343: END IF;
1344:
1345: -- Standard check of p_commit.
1346: IF FND_API.To_Boolean( p_commit ) THEN
1347: COMMIT WORK;
1348: END IF;
1349: -- Standard call to get message count and if count is 1, get message info.

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

1345: -- Standard check of p_commit.
1346: IF FND_API.To_Boolean( p_commit ) THEN
1347: COMMIT WORK;
1348: END IF;
1349: -- Standard call to get message count and if count is 1, get message info.
1350: FND_MSG_PUB.Count_And_Get
1351: (
1352: p_count => x_msg_count ,
1353: p_data => x_msg_data ,