DBA Data[Home] [Help]

APPS.ASO_SUBMIT_QUOTE_PVT dependencies on STANDARD

Line 194: -- Standard Start of API savepoint

190: AND A.Quote_Status_Id = B.Quote_Status_Id
191: AND B.Status_Code = 'STORE DRAFT';
192:
193: BEGIN
194: -- Standard Start of API savepoint
195: SAVEPOINT SUBMIT_QUOTE_PVT;
196:
197: -- Standard call to check for call compatibility.
198: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

193: BEGIN
194: -- Standard Start of API savepoint
195: SAVEPOINT SUBMIT_QUOTE_PVT;
196:
197: -- Standard call to check for call compatibility.
198: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
199: p_api_version_number,
200: l_api_name,
201: G_PKG_NAME) THEN

Line 1131: -- Standard check for p_commit

1127: p_data => x_msg_data
1128: );
1129:
1130: -- HA
1131: -- Standard check for p_commit
1132: IF FND_API.to_Boolean( p_commit ) THEN
1133: COMMIT WORK;
1134: END IF;
1135: -- HA