DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_CLAUSES_PVT dependencies on STANDARD

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

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

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

631: l_cz_imp_ps_nodes_rec.DISPLAY_IN_SUMMARY_FLAG
632: );
633:
634:
635: -- Standard call to get message count and if count is 1, get message info.
636: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
637:
638:
639:

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

1059: l_cz_imp_ps_nodes_rec.DISPLAY_IN_SUMMARY_FLAG
1060: );
1061:
1062:
1063: -- Standard call to get message count and if count is 1, get message info.
1064: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1065:
1066:
1067: -- end debug log

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

1452: );
1453:
1454: END IF; -- if row count > 0
1455:
1456: -- Standard call to get message count and if count is 1, get message info.
1457: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1458:
1459:
1460: -- end debug log

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

1879: l_cz_imp_ps_nodes_rec.DISPLAY_IN_SUMMARY_FLAG
1880: );
1881:
1882:
1883: -- Standard call to get message count and if count is 1, get message info.
1884: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1885:
1886:
1887: -- end debug log

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

1996: G_MODULE||l_api_name,
1997: '100: p_org_id '||p_org_id);
1998: END IF;
1999:
2000: -- Standard call to check for call compatibility.
2001: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2002: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2003: END IF;
2004:

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

2285: IF FND_API.To_Boolean( p_commit ) THEN
2286: COMMIT WORK;
2287: END IF;
2288:
2289: -- Standard call to get message count and if count is 1, get message info.
2290: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2291:
2292: -- end debug log
2293: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN