DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_PVT dependencies on STANDARD

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

136: G_MODULE||l_api_name,
137: '100: p_template_id '||p_template_id);
138: END IF;
139:
140: -- Standard call to check for call compatibility.
141: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
142: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
143: END IF;
144:

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

220: IF FND_API.To_Boolean( p_commit ) THEN
221: COMMIT WORK;
222: END IF;
223:
224: -- Standard call to get message count and if count is 1, get message info.
225: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
226:
227: -- end debug log
228: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

415: CLOSE csr_org_rules_templates;
416:
417: END IF;
418:
419: -- Standard call to get message count and if count is 1, get message info
420: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
421:
422: -- end debug log
423: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

1286: -- Added for Bug 4757731
1287: RAISE FND_API.G_EXC_ERROR;
1288: END IF;
1289:
1290: -- Standard call to get message count and if count is 1, get message info.
1291: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1292:
1293: -- end debug log
1294: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

2167:
2168:
2169:
2170:
2171: -- Standard call to get message count and if count is 1, get message info.
2172: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2173:
2174: -- end debug log
2175: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

2524:
2525:
2526:
2527:
2528: -- Standard call to get message count and if count is 1, get message info.
2529: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2530:
2531: -- end debug log
2532: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

2994: RAISE FND_API.G_EXC_ERROR;
2995: END IF;
2996:
2997:
2998: -- Standard call to get message count and if count is 1, get message info.
2999: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
3000:
3001: -- end debug log
3002: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN