DBA Data[Home] [Help]

APPS.JL_VENDORMERGE_GRP dependencies on STANDARD

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

49: END IF;
50:
51: SAVEPOINT import_document_PVT;
52:
53: -- Standard call to check for call compatibility
54: IF NOT FND_API.Compatible_API_Call(l_api_version,
55: p_api_version,
56: l_api_name,
57: G_PKG_NAME

Line 119: -- Standard check of p_commit.

115: IF FND_API.To_Boolean( p_commit ) THEN
116: COMMIT WORK;
117: END IF;
118:
119: -- Standard check of p_commit.
120: IF ( G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) THEN
121: FND_LOG.STRING(G_LEVEL_PROCEDURE,G_MODULE_NAME||l_api_name||'.END',G_PKG_NAME||': '||l_api_name||'()-');
122: END IF;
123: