DBA Data[Home] [Help]

APPS.PO_AUTO_DIST_PROCESS_PVT dependencies on FND_MSG_PUB

Line 1886: IF FND_MSG_PUB.check_msg_level( p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

1882: END IF;
1883:
1884: EXCEPTION
1885: WHEN FND_API.G_EXC_ERROR THEN
1886: IF FND_MSG_PUB.check_msg_level( p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1887: FND_MSG_PUB.add_exc_msg( p_pkg_name => G_PKG_NAME, p_procedure_name => l_api_name);
1888: END IF;
1889: IF g_debug_stmt THEN
1890: FOR i IN 1..FND_MSG_PUB.count_msg

Line 1887: FND_MSG_PUB.add_exc_msg( p_pkg_name => G_PKG_NAME, p_procedure_name => l_api_name);

1883:
1884: EXCEPTION
1885: WHEN FND_API.G_EXC_ERROR THEN
1886: IF FND_MSG_PUB.check_msg_level( p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1887: FND_MSG_PUB.add_exc_msg( p_pkg_name => G_PKG_NAME, p_procedure_name => l_api_name);
1888: END IF;
1889: IF g_debug_stmt THEN
1890: FOR i IN 1..FND_MSG_PUB.count_msg
1891: LOOP

Line 1890: FOR i IN 1..FND_MSG_PUB.count_msg

1886: IF FND_MSG_PUB.check_msg_level( p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1887: FND_MSG_PUB.add_exc_msg( p_pkg_name => G_PKG_NAME, p_procedure_name => l_api_name);
1888: END IF;
1889: IF g_debug_stmt THEN
1890: FOR i IN 1..FND_MSG_PUB.count_msg
1891: LOOP
1892: l_msg_buf := SUBSTRB(FND_MSG_PUB.get(p_msg_index => i, p_encoded => FND_API.G_FALSE), 1, 2000);
1893: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name, p_token => l_progress, p_message => 'EXCEPTION: '|| l_msg_buf);
1894: END LOOP;

Line 1892: l_msg_buf := SUBSTRB(FND_MSG_PUB.get(p_msg_index => i, p_encoded => FND_API.G_FALSE), 1, 2000);

1888: END IF;
1889: IF g_debug_stmt THEN
1890: FOR i IN 1..FND_MSG_PUB.count_msg
1891: LOOP
1892: l_msg_buf := SUBSTRB(FND_MSG_PUB.get(p_msg_index => i, p_encoded => FND_API.G_FALSE), 1, 2000);
1893: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name, p_token => l_progress, p_message => 'EXCEPTION: '|| l_msg_buf);
1894: END LOOP;
1895: END IF;
1896: --CLM Phase 2 changes : error handling

Line 1904: IF FND_MSG_PUB.check_msg_level( p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

1900: WHEN OTHERS THEN
1901: IF g_debug_unexp THEN
1902: PO_DEBUG.debug_exc(p_log_head => g_log_head||l_api_name, p_progress => l_progress);
1903: END IF;
1904: IF FND_MSG_PUB.check_msg_level( p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1905: FND_MSG_PUB.add_exc_msg( p_pkg_name => G_PKG_NAME, p_procedure_name => l_api_name);
1906: END IF;
1907: --CLM Phase 2 changes : error handling
1908: PO_AUTOCREATE_PVT.report_error('PO_AUTO_DIST_UPD_AWARD_ERR',x_token1_value => sqlerrm);

Line 1905: FND_MSG_PUB.add_exc_msg( p_pkg_name => G_PKG_NAME, p_procedure_name => l_api_name);

1901: IF g_debug_unexp THEN
1902: PO_DEBUG.debug_exc(p_log_head => g_log_head||l_api_name, p_progress => l_progress);
1903: END IF;
1904: IF FND_MSG_PUB.check_msg_level( p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1905: FND_MSG_PUB.add_exc_msg( p_pkg_name => G_PKG_NAME, p_procedure_name => l_api_name);
1906: END IF;
1907: --CLM Phase 2 changes : error handling
1908: PO_AUTOCREATE_PVT.report_error('PO_AUTO_DIST_UPD_AWARD_ERR',x_token1_value => sqlerrm);
1909: