DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_ENGINE dependencies on INV_GLOBALS

Line 70: g_move_order_mfg_pick CONSTANT NUMBER := inv_globals.g_move_order_mfg_pick;

66:
67:
68: -- Global constant holding the package name
69: g_pkg_name CONSTANT VARCHAR2(30) := 'WMS_Task_Dispatch_Engine';
70: g_move_order_mfg_pick CONSTANT NUMBER := inv_globals.g_move_order_mfg_pick;
71: g_move_order_pick_wave CONSTANT NUMBER := inv_globals.g_move_order_pick_wave;
72: g_exc_unexpected_error EXCEPTION ;
73: g_current_release_level CONSTANT NUMBER := WMS_CONTROL.G_CURRENT_RELEASE_LEVEL;
74: g_j_release_level CONSTANT NUMBER := INV_RELEASE.G_J_RELEASE_LEVEL;

Line 71: g_move_order_pick_wave CONSTANT NUMBER := inv_globals.g_move_order_pick_wave;

67:
68: -- Global constant holding the package name
69: g_pkg_name CONSTANT VARCHAR2(30) := 'WMS_Task_Dispatch_Engine';
70: g_move_order_mfg_pick CONSTANT NUMBER := inv_globals.g_move_order_mfg_pick;
71: g_move_order_pick_wave CONSTANT NUMBER := inv_globals.g_move_order_pick_wave;
72: g_exc_unexpected_error EXCEPTION ;
73: g_current_release_level CONSTANT NUMBER := WMS_CONTROL.G_CURRENT_RELEASE_LEVEL;
74: g_j_release_level CONSTANT NUMBER := INV_RELEASE.G_J_RELEASE_LEVEL;
75: g_user_id CONSTANT NUMBER := fnd_global.user_id;

Line 13001: l_move_order_type = inv_globals.G_MOVE_ORDER_PICK_WAVE THEN

12997:
12998: -- insert reccord into mmtt
12999: l_progress := '150';
13000: if G_CURRENT_RELEASE_LEVEL >= G_J_RELEASE_LEVEL AND
13001: l_move_order_type = inv_globals.G_MOVE_ORDER_PICK_WAVE THEN
13002: insert_mmtt(l_task_rec_new_mmtt);
13003: else
13004: insert_wct(l_task_rec_new_wct);
13005: end if;