DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on FND_MSG_PUB

Line 895: fnd_msg_pub.add;

891: -- every other return status seems to be unexpected: leave
892: else
893: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
894: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
895: fnd_msg_pub.add;
896: log_error_msg(l_api_name, 'bad_return_status');
897: raise fnd_api.g_exc_unexpected_error;
898: end if;
899: --- end of Bug # 2935052 -----

Line 907: fnd_msg_pub.initialize;

903: log_event(l_api_name,'Move order line: ', p_transaction_temp_id);
904: end if;
905: -- Initialize message list if p_init_msg_list is set to TRUE
906: if fnd_api.to_boolean( p_init_msg_list ) then
907: fnd_msg_pub.initialize;
908: end if;
909:
910: -- Initialize API return status to success
911: x_return_status := fnd_api.g_ret_sts_success;

Line 1208: fnd_msg_pub.Count_And_Get

1204: CLOSE cur_stg_selection;
1205: End if;
1206:
1207:
1208: fnd_msg_pub.Count_And_Get
1209: ( p_count => x_msg_count
1210: ,p_data => x_msg_data);
1211: log_error(l_api_name, 'error', 'Error in selection Criteria - ' ||
1212: x_msg_data);

Line 1221: fnd_msg_pub.Count_And_Get

1217: If cur_stg_selection%ISOPEN then
1218: CLOSE cur_stg_selection;
1219: End if;
1220:
1221: fnd_msg_pub.Count_And_Get
1222: ( p_count => x_msg_count
1223: ,p_data => x_msg_data);
1224: log_error(l_api_name, 'unexp_error', 'Unexpected error ' ||
1225: 'in selection Criteria - ' || x_msg_data);

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

1232: If cur_stg_selection%ISOPEN then
1233: CLOSE cur_stg_selection;
1234: End if;
1235:
1236: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1237: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1238: end if;
1239: End Search;
1240: ----------

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

1233: CLOSE cur_stg_selection;
1234: End if;
1235:
1236: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1237: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1238: end if;
1239: End Search;
1240: ----------
1241: ----------

Line 1421: fnd_msg_pub.add;

1417: -- every other return status seems to be unexpected: leave
1418: else
1419: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
1420: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
1421: fnd_msg_pub.add;
1422: log_error_msg(l_api_name, 'bad_return_status');
1423: raise fnd_api.g_exc_unexpected_error;
1424: end if;
1425: ---- end of Bug # 2935052 -----

Line 1433: fnd_msg_pub.initialize;

1429: end if;
1430:
1431: -- Initialize message list if p_init_msg_list is set to TRUE
1432: if fnd_api.to_boolean( p_init_msg_list ) then
1433: fnd_msg_pub.initialize;
1434: end if;
1435: -- Initialize API return status to success
1436: x_return_status := fnd_api.g_ret_sts_success;
1437:

Line 1583: fnd_msg_pub.Count_And_Get

1579:
1580: IF cur_stg_selection%ISOPEN then
1581: CLOSE cur_stg_selection;
1582: End if;
1583: fnd_msg_pub.Count_And_Get
1584: ( p_count => x_msg_count
1585: ,p_data => x_msg_data);
1586: log_error(l_api_name, 'error', 'Error in selection Criteria - ' ||
1587: x_msg_data);

Line 1597: fnd_msg_pub.Count_And_Get

1593:
1594: IF cur_stg_selection%ISOPEN then
1595: CLOSE cur_stg_selection;
1596: End if;
1597: fnd_msg_pub.Count_And_Get
1598: ( p_count => x_msg_count
1599: ,p_data => x_msg_data);
1600: log_error(l_api_name, 'unexp_error', x_msg_data);
1601: WHEN OTHERS THEN

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

1610: log_event(l_api_name,'',' Exception in selection Criteria');
1611: end if;
1612: x_return_status := fnd_api.g_ret_sts_unexp_error;
1613:
1614: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1615: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1616: end if;
1617: End cg_mmtt_search;
1618: ---

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

1611: end if;
1612: x_return_status := fnd_api.g_ret_sts_unexp_error;
1613:
1614: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
1615: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1616: end if;
1617: End cg_mmtt_search;
1618: ---
1619: ---

Line 2176: fnd_msg_pub.Count_And_Get

2172: If cur_crossdock_value_selection%ISOPEN then
2173: CLOSE cur_crossdock_value_selection;
2174: End if;
2175:
2176: fnd_msg_pub.Count_And_Get
2177: ( p_count => l_msg_count
2178: ,p_data => l_msg_data);
2179: log_error(l_api_name, 'error', 'Error in Cross selection Criteria - ' ||l_msg_data);
2180:

Line 2186: fnd_msg_pub.Count_And_Get

2182: x_return_status := fnd_api.g_ret_sts_unexp_error;
2183: If cur_crossdock_value_selection%ISOPEN then
2184: CLOSE cur_crossdock_value_selection;
2185: End if;
2186: fnd_msg_pub.Count_And_Get
2187: ( p_count => l_msg_count
2188: ,p_data => l_msg_data);
2189: log_error(l_api_name, 'unexp_error', 'Unexpected error ' ||' in selection Criteria - ' || l_msg_data);
2190:

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

2196:
2197: If cur_crossdock_value_selection%ISOPEN then
2198: CLOSE cur_crossdock_value_selection;
2199: End if;
2200: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
2201: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2202: end if;
2203: End CROSS_DOCK_SEARCH;
2204:

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

2197: If cur_crossdock_value_selection%ISOPEN then
2198: CLOSE cur_crossdock_value_selection;
2199: End if;
2200: if (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) then
2201: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2202: end if;
2203: End CROSS_DOCK_SEARCH;
2204:
2205: --*******************************************************************************