DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on FND_MSG_PUB

Line 789: fnd_msg_pub.add;

785: -- every other return status seems to be unexpected: leave
786: else
787: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
788: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
789: fnd_msg_pub.add;
790: log_error_msg(l_api_name, 'bad_return_status');
791: raise fnd_api.g_exc_unexpected_error;
792: end if;
793: --- end of Bug # 2935052 -----

Line 801: fnd_msg_pub.initialize;

797: log_event(l_api_name,'Move order line: ', p_transaction_temp_id);
798: end if;
799: -- Initialize message list if p_init_msg_list is set to TRUE
800: if fnd_api.to_boolean( p_init_msg_list ) then
801: fnd_msg_pub.initialize;
802: end if;
803:
804: -- Initialize API return status to success
805: x_return_status := fnd_api.g_ret_sts_success;

Line 1012: fnd_msg_pub.Count_And_Get

1008: CLOSE cur_stg_selection;
1009: End if;
1010:
1011:
1012: fnd_msg_pub.Count_And_Get
1013: ( p_count => x_msg_count
1014: ,p_data => x_msg_data);
1015: log_error(l_api_name, 'error', 'Error in selection Criteria - ' ||
1016: x_msg_data);

Line 1025: fnd_msg_pub.Count_And_Get

1021: If cur_stg_selection%ISOPEN then
1022: CLOSE cur_stg_selection;
1023: End if;
1024:
1025: fnd_msg_pub.Count_And_Get
1026: ( p_count => x_msg_count
1027: ,p_data => x_msg_data);
1028: log_error(l_api_name, 'unexp_error', 'Unexpected error ' ||
1029: 'in selection Criteria - ' || x_msg_data);

Line 1040: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then

1036: If cur_stg_selection%ISOPEN then
1037: CLOSE cur_stg_selection;
1038: End if;
1039:
1040: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1041: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1042: end if;
1043: End Search;
1044: ----------

Line 1041: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

1037: CLOSE cur_stg_selection;
1038: End if;
1039:
1040: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1041: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1042: end if;
1043: End Search;
1044: ----------
1045: ----------

Line 1225: fnd_msg_pub.add;

1221: -- every other return status seems to be unexpected: leave
1222: else
1223: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
1224: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
1225: fnd_msg_pub.add;
1226: log_error_msg(l_api_name, 'bad_return_status');
1227: raise fnd_api.g_exc_unexpected_error;
1228: end if;
1229: ---- end of Bug # 2935052 -----

Line 1237: fnd_msg_pub.initialize;

1233: end if;
1234:
1235: -- Initialize message list if p_init_msg_list is set to TRUE
1236: if fnd_api.to_boolean( p_init_msg_list ) then
1237: fnd_msg_pub.initialize;
1238: end if;
1239: -- Initialize API return status to success
1240: x_return_status := fnd_api.g_ret_sts_success;
1241:

Line 1387: fnd_msg_pub.Count_And_Get

1383:
1384: IF cur_stg_selection%ISOPEN then
1385: CLOSE cur_stg_selection;
1386: End if;
1387: fnd_msg_pub.Count_And_Get
1388: ( p_count => x_msg_count
1389: ,p_data => x_msg_data);
1390: log_error(l_api_name, 'error', 'Error in selection Criteria - ' ||
1391: x_msg_data);

Line 1401: fnd_msg_pub.Count_And_Get

1397:
1398: IF cur_stg_selection%ISOPEN then
1399: CLOSE cur_stg_selection;
1400: End if;
1401: fnd_msg_pub.Count_And_Get
1402: ( p_count => x_msg_count
1403: ,p_data => x_msg_data);
1404: log_error(l_api_name, 'unexp_error', x_msg_data);
1405: WHEN OTHERS THEN

Line 1418: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then

1414: log_event(l_api_name,'',' Exception in selection Criteria');
1415: end if;
1416: x_return_status := fnd_api.g_ret_sts_unexp_error;
1417:
1418: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1419: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1420: end if;
1421: End cg_mmtt_search;
1422: ---

Line 1419: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

1415: end if;
1416: x_return_status := fnd_api.g_ret_sts_unexp_error;
1417:
1418: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1419: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1420: end if;
1421: End cg_mmtt_search;
1422: ---
1423: ---

Line 1877: fnd_msg_pub.Count_And_Get

1873: If cur_crossdock_value_selection%ISOPEN then
1874: CLOSE cur_crossdock_value_selection;
1875: End if;
1876:
1877: fnd_msg_pub.Count_And_Get
1878: ( p_count => l_msg_count
1879: ,p_data => l_msg_data);
1880: log_error(l_api_name, 'error', 'Error in Cross selection Criteria - ' ||l_msg_data);
1881:

Line 1887: fnd_msg_pub.Count_And_Get

1883: x_return_status := fnd_api.g_ret_sts_unexp_error;
1884: If cur_crossdock_value_selection%ISOPEN then
1885: CLOSE cur_crossdock_value_selection;
1886: End if;
1887: fnd_msg_pub.Count_And_Get
1888: ( p_count => l_msg_count
1889: ,p_data => l_msg_data);
1890: log_error(l_api_name, 'unexp_error', 'Unexpected error ' ||' in selection Criteria - ' || l_msg_data);
1891:

Line 1901: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then

1897:
1898: If cur_crossdock_value_selection%ISOPEN then
1899: CLOSE cur_crossdock_value_selection;
1900: End if;
1901: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1902: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1903: end if;
1904: End CROSS_DOCK_SEARCH;
1905:

Line 1902: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

1898: If cur_crossdock_value_selection%ISOPEN then
1899: CLOSE cur_crossdock_value_selection;
1900: End if;
1901: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1902: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1903: end if;
1904: End CROSS_DOCK_SEARCH;
1905:
1906: --*******************************************************************************