DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_VARIABLES_PVT dependencies on STANDARD

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

199: l_cz_imp_devl_project_rec.SEEDED_FLAG
200: );
201:
202:
203: -- Standard call to get message count and if count is 1, get message info.
204: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
205:
206: -- end debug log
207: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

624: l_cz_imp_ps_nodes_rec.DISPLAY_IN_SUMMARY_FLAG
625: );
626:
627:
628: -- Standard call to get message count and if count is 1, get message info.
629: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
630:
631: -- end debug log
632: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

1086:
1087:
1088:
1089:
1090: -- Standard call to get message count and if count is 1, get message info.
1091: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1092:
1093: -- end debug log
1094: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

1473:
1474:
1475:
1476:
1477: -- Standard call to get message count and if count is 1, get message info.
1478: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1479:
1480: -- end debug log
1481: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

1573: G_MODULE||l_api_name,
1574: '100: p_org_id '||p_org_id);
1575: END IF;
1576:
1577: -- Standard call to check for call compatibility.
1578: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1579: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1580: END IF;
1581:

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

1784: IF FND_API.To_Boolean( p_commit ) THEN
1785: COMMIT WORK;
1786: END IF;
1787:
1788: -- Standard call to get message count and if count is 1, get message info.
1789: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1790:
1791: -- end debug log
1792: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN