DBA Data[Home] [Help]

APPS.CS_MULTIORG_PVT dependencies on STANDARD

Line 111: -- Standard Start of API Savepoint

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

Line 114: -- Standard Call to check API compatibility

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

Line 255: -- Standard check of p_commit.

251: Fnd_profile.Get('CS_CHARGE_OU_UPDATE',x_profile);
252:
253: -- End of API body
254: --
255: -- Standard check of p_commit.
256: IF FND_API.To_Boolean( p_commit ) THEN
257: COMMIT WORK;
258: END IF;
259:

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

260: if (l_debug > 0) then
261: aso_debug_pub.add ('Private API: ' || l_api_name_full || ' end', 1, 'Y');
262: end if;
263:
264: -- Standard call to get message count and if count is 1, get message info.
265: FND_MSG_PUB.Count_And_Get
266: ( p_count => x_msg_count,
267: p_data => x_msg_data
268: );