DBA Data[Home] [Help]

APPS.JL_VENDORMERGE_GRP dependencies on STANDARD

Line 65: -- Standard call to check for call compatibility

61: END IF;
62:
63: SAVEPOINT import_document_PVT;
64:
65: -- Standard call to check for call compatibility
66: IF NOT FND_API.Compatible_API_Call(l_api_version,
67: p_api_version,
68: l_api_name,
69: G_PKG_NAME

Line 144: -- Standard check of p_commit.

140: IF FND_API.To_Boolean( p_commit ) THEN
141: COMMIT WORK;
142: END IF;
143:
144: -- Standard check of p_commit.
145: IF ( G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) THEN
146: FND_LOG.STRING(G_LEVEL_PROCEDURE,G_MODULE_NAME||l_api_name||'.END',G_PKG_NAME||': '||l_api_name||'()-');
147: END IF;
148: