DBA Data[Home] [Help]

APPS.ASO_SUBMIT_QUOTE_PVT dependencies on STANDARD

Line 203: -- Standard Start of API savepoint

199: AND A.Quote_Status_Id = B.Quote_Status_Id
200: AND B.Status_Code = 'STORE DRAFT';
201:
202: BEGIN
203: -- Standard Start of API savepoint
204: SAVEPOINT SUBMIT_QUOTE_PVT;
205:
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

202: BEGIN
203: -- Standard Start of API savepoint
204: SAVEPOINT SUBMIT_QUOTE_PVT;
205:
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
208: p_api_version_number,
209: l_api_name,
210: G_PKG_NAME) THEN

Line 1260: -- Standard check for p_commit

1256: p_data => x_msg_data
1257: );
1258:
1259: -- HA
1260: -- Standard check for p_commit
1261: IF FND_API.to_Boolean( p_commit ) THEN
1262: COMMIT WORK;
1263: END IF;
1264: -- HA