DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on STANDARD

Line 426: -- Standard Start of API savepoint

422: FROM ASO_PAYMENTS
423: WHERE quote_HEADER_ID = c_quote_header_id and QUOTE_LINE_ID is null;
424:
425: BEGIN
426: -- Standard Start of API savepoint
427: SAVEPOINT SUBMITQUOTE_PVT;
428: -- Standard call to check for call compatibility.
429: IF NOT FND_API.Compatible_API_Call (L_API_VERSION,
430: P_Api_Version_Number,

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

424:
425: BEGIN
426: -- Standard Start of API savepoint
427: SAVEPOINT SUBMITQUOTE_PVT;
428: -- Standard call to check for call compatibility.
429: IF NOT FND_API.Compatible_API_Call (L_API_VERSION,
430: P_Api_Version_Number,
431: L_API_NAME,
432: G_PKG_NAME )

Line 945: -- Standard check of p_commit.

941: END IF;
942: END IF;
943:
944: -- End of API body.
945: -- Standard check of p_commit.
946: IF FND_API.To_Boolean( p_commit ) THEN
947: COMMIT WORK;
948: END IF;
949:

Line 950: -- Standard call to get message count and IF count is 1, get message info.

946: IF FND_API.To_Boolean( p_commit ) THEN
947: COMMIT WORK;
948: END IF;
949:
950: -- Standard call to get message count and IF count is 1, get message info.
951: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
952: p_count => x_msg_count ,
953: p_data => x_msg_data);
954: IF (IBE_UTIL.G_DEBUGON = l_true) THEN