DBA Data[Home] [Help]

APPS.WMS_PICK_LOAD_UI dependencies on INV_UI_ITEM_SUB_LOC_LOVS

Line 39: inv_ui_item_sub_loc_lovs.get_sub_lov_rcv

35:
36: BEGIN
37: x_is_valid_subinventory := 'N';
38:
39: inv_ui_item_sub_loc_lovs.get_sub_lov_rcv
40: (x_sub => l_subinventories,
41: p_organization_id => p_organization_id,
42: p_item_id => p_item_id,
43: p_sub => p_subinventory_code,

Line 337: /* Bug 4990550 changing the call to the newly added procedure 'get_pickload_loc' in inv_ui_item_sub_loc_lovs since the locator is no longer an LOV from 11510*/

333: IF (g_debug = 1) THEN
334: debug('Validating Loc with Loc Change = N (No), P (Partial - Diff loc from the same sub is valid)', 'wms_pick_load_ui.validate_locator');
335: END IF;
336:
337: /* Bug 4990550 changing the call to the newly added procedure 'get_pickload_loc' in inv_ui_item_sub_loc_lovs since the locator is no longer an LOV from 11510*/
338: inv_ui_item_sub_loc_lovs.get_pickload_loc
339: (x_locators => l_locators,
340: p_organization_id => p_organization_id,
341: p_subinventory_code => p_subinventory_code,

Line 338: inv_ui_item_sub_loc_lovs.get_pickload_loc

334: debug('Validating Loc with Loc Change = N (No), P (Partial - Diff loc from the same sub is valid)', 'wms_pick_load_ui.validate_locator');
335: END IF;
336:
337: /* Bug 4990550 changing the call to the newly added procedure 'get_pickload_loc' in inv_ui_item_sub_loc_lovs since the locator is no longer an LOV from 11510*/
338: inv_ui_item_sub_loc_lovs.get_pickload_loc
339: (x_locators => l_locators,
340: p_organization_id => p_organization_id,
341: p_subinventory_code => p_subinventory_code,
342: p_restrict_locators_code => p_restrict_locators_code,

Line 389: inv_ui_item_sub_loc_lovs.get_pickload_all_loc_lov

385: IF (g_debug = 1) THEN
386: debug('Validating Loc with Loc Change = C (Loc from even a diff sub is valid)', 'wms_pick_load_ui.validate_locator');
387: END IF;
388:
389: inv_ui_item_sub_loc_lovs.get_pickload_all_loc_lov
390: (x_locators => l_locators,
391: p_organization_id => p_organization_id,
392: p_restrict_locators_code => p_restrict_locators_code,
393: p_inventory_item_id => p_inventory_item_id,