DBA Data[Home] [Help]

APPS.OKC_XPRT_TMPL_RULE_ASSNS_PVT dependencies on STANDARD

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

100: G_MODULE||l_api_name,
101: '100: p_target_template_id : '||p_target_template_id);
102: END IF;
103:
104: -- Standard call to check for call compatibility.
105: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
106: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
107: END IF;
108:

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

230: IF FND_API.To_Boolean( p_commit ) THEN
231: COMMIT WORK;
232: END IF;
233:
234: -- Standard call to get message count and if count is 1, get message info.
235: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
236:
237: -- end debug log
238: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

308: G_MODULE||l_api_name,
309: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
310: END IF;
311:
312: -- Standard call to check for call compatibility.
313: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
314: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
315: END IF;
316:

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

332: IF FND_API.To_Boolean( p_commit ) THEN
333: COMMIT WORK;
334: END IF;
335:
336: -- Standard call to get message count and if count is 1, get message info.
337: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
338:
339: -- end debug log
340: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

416: G_MODULE||l_api_name,
417: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
418: END IF;
419:
420: -- Standard call to check for call compatibility.
421: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
422: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
423: END IF;
424:

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

476: IF FND_API.To_Boolean( p_commit ) THEN
477: COMMIT WORK;
478: END IF;
479:
480: -- Standard call to get message count and if count is 1, get message info.
481: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
482:
483: -- end debug log
484: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN