DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_TEMPLATE_PVT dependencies on STANDARD

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

226: l_cz_imp_devl_project_rec.SEEDED_FLAG
227: );
228:
229:
230: -- Standard call to get message count and if count is 1, get message info.
231: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
232:
233: -- end debug log
234: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

664: l_cz_imp_ps_nodes_rec.DISPLAY_IN_SUMMARY_FLAG
665: );
666:
667:
668: -- Standard call to get message count and if count is 1, get message info.
669: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
670:
671:
672:

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

1263: END LOOP; -- created features for all questions
1264: CLOSE csr_question_dtls;
1265:
1266:
1267: -- Standard call to get message count and if count is 1, get message info.
1268: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1269:
1270:
1271: -- end debug log

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

1893: );
1894:
1895: END IF; -- if row count > 0
1896:
1897: -- Standard call to get message count and if count is 1, get message info.
1898: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1899:
1900:
1901: -- end debug log

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

2359: l_cz_imp_ps_nodes_rec.DISPLAY_IN_SUMMARY_FLAG
2360: );
2361:
2362:
2363: -- Standard call to get message count and if count is 1, get message info.
2364: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2365:
2366:
2367: -- end debug log

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

2488: G_MODULE||l_api_name,
2489: '100: p_template_id '||p_template_id);
2490: END IF;
2491:
2492: -- Standard call to check for call compatibility.
2493: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2494: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2495: END IF;
2496:

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

2844: IF FND_API.To_Boolean( p_commit ) THEN
2845: COMMIT WORK;
2846: END IF;
2847:
2848: -- Standard call to get message count and if count is 1, get message info.
2849: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2850:
2851: -- end debug log
2852: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

3054: CLOSE csr_org_rules_templates;
3055:
3056: END IF;
3057:
3058: -- Standard call to get message count and if count is 1, get message info
3059: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
3060:
3061: -- end debug log
3062: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

3191: END LOOP;
3192: CLOSE csr_templates;
3193:
3194:
3195: -- Standard call to get message count and if count is 1, get message info
3196: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
3197:
3198: -- end debug log
3199: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN