DBA Data[Home] [Help]

APPS.CS_MULTIORG_PVT dependencies on STANDARD

Line 110: -- Standard Start of API Savepoint

106: AND bill_to_flag = 'Y';
107:
108: BEGIN
109:
110: -- Standard Start of API Savepoint
111: SAVEPOINT CS_MultiOrg_PVT ;
112:
113: -- Standard Call to check API compatibility
114: IF NOT FND_API.Compatible_API_Call( l_api_version,

Line 113: -- Standard Call to check API compatibility

109:
110: -- Standard Start of API Savepoint
111: SAVEPOINT CS_MultiOrg_PVT ;
112:
113: -- Standard Call to check API compatibility
114: IF NOT FND_API.Compatible_API_Call( l_api_version,
115: p_api_version,
116: l_api_name,
117: G_PKG_NAME) THEN

Line 238: -- Standard check of p_commit.

234: Fnd_profile.Get('CS_CHARGE_OU_UPDATE',x_profile);
235:
236: -- End of API body
237: --
238: -- Standard check of p_commit.
239: IF FND_API.To_Boolean( p_commit ) THEN
240: COMMIT WORK;
241: END IF;
242:

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

243: if (l_debug > 0) then
244: aso_debug_pub.add ('Private API: ' || l_api_name_full || ' end', 1, 'Y');
245: end if;
246:
247: -- Standard call to get message count and if count is 1, get message info.
248: FND_MSG_PUB.Count_And_Get
249: ( p_count => x_msg_count,
250: p_data => x_msg_data
251: );