DBA Data[Home] [Help]

APPS.CSC_RELATIONSHIP_PLANS_PVT dependencies on STANDARD

Line 297: -- Standard Start of API savepoint

293:
294: x_cust_object_version_number NUMBER; -- used to get back the OUT NOCOPY value when updating
295: -- CSC_CUST_PLANS table, when customizing plans
296: BEGIN
297: -- Standard Start of API savepoint
298: SAVEPOINT CREATE_PLAN_HEADER_PVT;
299:
300: -- Standard call to check for call compatibility.
301: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

296: BEGIN
297: -- Standard Start of API savepoint
298: SAVEPOINT CREATE_PLAN_HEADER_PVT;
299:
300: -- Standard call to check for call compatibility.
301: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
302: p_api_version_number,
303: l_api_name,
304: G_PKG_NAME)

Line 634: -- Standard check for p_commit

630: end if;
631: END LOOP;
632: END IF;
633:
634: -- Standard check for p_commit
635: IF FND_API.to_Boolean( p_commit )
636: THEN
637: COMMIT WORK;
638: END IF;

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

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

Line 844: -- Standard Start of API savepoint

840: AND plan_status_code not in ('MERGED', 'TRANSFERED') ORDER BY OBJECT_VERSION_NUMBER;
841: l_ref_CSC_CUST_PLANS_rec CSC_cust_plans_PVT.CSC_CUST_PLANS_Rec_Type;
842:
843: BEGIN
844: -- Standard Start of API savepoint
845: SAVEPOINT UPDATE_PLAN_HEADER_PVT;
846:
847: -- Standard call to check for call compatibility.
848: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

843: BEGIN
844: -- Standard Start of API savepoint
845: SAVEPOINT UPDATE_PLAN_HEADER_PVT;
846:
847: -- Standard call to check for call compatibility.
848: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
849: p_api_version_number,
850: l_api_name,
851: G_PKG_NAME)

Line 1138: -- Standard check for p_commit

1134:
1135: -- end if;
1136:
1137:
1138: -- Standard check for p_commit
1139: IF FND_API.to_Boolean( p_commit )
1140: THEN
1141: COMMIT WORK;
1142: END IF;

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

1140: THEN
1141: COMMIT WORK;
1142: END IF;
1143:
1144: -- Standard call to get message count and if count is 1, get message info.
1145: FND_MSG_PUB.Count_And_Get
1146: ( p_encoded => FND_API.G_FALSE,
1147: p_count => x_msg_count,
1148: p_data => x_msg_data );

Line 1208: -- Standard Start of API savepoint

1204: l_api_name CONSTANT VARCHAR2(30) := 'Disable_plan';
1205: l_api_version_number CONSTANT NUMBER := 1.0;
1206: x_object_version_number NUMBER;
1207: BEGIN
1208: -- Standard Start of API savepoint
1209: SAVEPOINT Disable_plan_pvt;
1210:
1211: -- Standard call to check for call compatibility.
1212: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1207: BEGIN
1208: -- Standard Start of API savepoint
1209: SAVEPOINT Disable_plan_pvt;
1210:
1211: -- Standard call to check for call compatibility.
1212: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1213: p_api_version_number,
1214: l_api_name,
1215: G_PKG_NAME)

Line 1267: -- Standard check for p_commit

1263:
1264: end loop;
1265: close c1;
1266:
1267: -- Standard check for p_commit
1268: IF FND_API.to_Boolean( p_commit )
1269: THEN
1270: COMMIT WORK;
1271: END IF;

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

1269: THEN
1270: COMMIT WORK;
1271: END IF;
1272:
1273: -- Standard call to get message count and if count is 1, get message info.
1274: FND_MSG_PUB.Count_And_Get
1275: ( p_encoded => FND_API.G_FALSE,
1276: p_count => x_msg_count,
1277: p_data => x_msg_data);