DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on STANDARD

Line 439: -- Standard Start of API savepoint

435: FROM ASO_PAYMENTS
436: WHERE quote_HEADER_ID = c_quote_header_id and QUOTE_LINE_ID is null;
437:
438: BEGIN
439: -- Standard Start of API savepoint
440: SAVEPOINT SUBMITQUOTE_PVT;
441: -- Standard call to check for call compatibility.
442: IF NOT FND_API.Compatible_API_Call (L_API_VERSION,
443: P_Api_Version_Number,

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

437:
438: BEGIN
439: -- Standard Start of API savepoint
440: SAVEPOINT SUBMITQUOTE_PVT;
441: -- Standard call to check for call compatibility.
442: IF NOT FND_API.Compatible_API_Call (L_API_VERSION,
443: P_Api_Version_Number,
444: L_API_NAME,
445: G_PKG_NAME )

Line 1030: -- Standard check of p_commit.

1026: END IF;
1027: END IF;
1028:
1029: -- End of API body.
1030: -- Standard check of p_commit.
1031: IF FND_API.To_Boolean( p_commit ) THEN
1032: COMMIT WORK;
1033: END IF;
1034:

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

1031: IF FND_API.To_Boolean( p_commit ) THEN
1032: COMMIT WORK;
1033: END IF;
1034:
1035: -- Standard call to get message count and IF count is 1, get message info.
1036: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
1037: p_count => x_msg_count ,
1038: p_data => x_msg_data);
1039: IF (IBE_UTIL.G_DEBUGON = l_true) THEN