DBA Data[Home] [Help]

APPS.ASO_CREDIT_CHECK_PVT dependencies on STANDARD

Line 53: -- Standard Start of API savepoint

49: x_status VARCHAR2(1);
50:
51:
52: BEGIN
53: -- Standard Start of API savepoint
54: SAVEPOINT CREDIT_CHECK_PVT;
55:
56: -- Standard call to check for call compatibility.
57: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

52: BEGIN
53: -- Standard Start of API savepoint
54: SAVEPOINT CREDIT_CHECK_PVT;
55:
56: -- Standard call to check for call compatibility.
57: IF NOT FND_API.Compatible_API_Call ( l_api_version,
58: p_api_version,
59: l_api_name,
60: G_PKG_NAME)

Line 384: -- Standard check for p_commit

380: --
381: -- End of API body.
382: --
383:
384: -- Standard check for p_commit
385: IF FND_API.to_Boolean( p_commit )
386: THEN
387: COMMIT WORK;
388: END IF;

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

389:
390:
391:
392:
393: -- Standard call to get message count and if count is 1, get message info.
394: FND_MSG_PUB.Count_And_Get
395: ( p_count => x_msg_count,
396: p_data => x_msg_data
397: );