DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on INV_UI_ITEM_SUB_LOC_LOVS

Line 2257: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status(

2253: IS
2254: x_return VARCHAR2(1);
2255: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
2256: BEGIN
2257: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status(
2258: p_lpn_id,
2259: p_orgid,
2260: p_to_org_id,
2261: p_wms_installed,

Line 2352: --Bug 5512205 Commented out the call to inv_ui_item_sub_loc_lovs.vaildate_lpn_status as the LPN statuses are already validated

2348: end if;
2349: end if;
2350: /** End changes for bug 2403417 **/
2351:
2352: --Bug 5512205 Commented out the call to inv_ui_item_sub_loc_lovs.vaildate_lpn_status as the LPN statuses are already validated
2353: --while populating the LPN LOV in the Sub Xfer Page.
2354: /*
2355: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status(
2356: p_lpn_id,

Line 2355: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status(

2351:
2352: --Bug 5512205 Commented out the call to inv_ui_item_sub_loc_lovs.vaildate_lpn_status as the LPN statuses are already validated
2353: --while populating the LPN LOV in the Sub Xfer Page.
2354: /*
2355: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status(
2356: p_lpn_id,
2357: p_orgid,
2358: p_to_org_id,
2359: p_wms_installed,

Line 2417: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status(

2413: IS
2414: x_return VARCHAR2(1);
2415: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
2416: BEGIN
2417: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status(
2418: p_lpn_id,
2419: p_orgid,
2420: p_to_org_id,
2421: p_wms_installed,

Line 2498: x_return := INV_UI_ITEM_SUB_LOC_LOVS.validate_lpn_for_toorg(p_lpn_id, p_to_org_id, p_orgid, p_transaction_type_id);

2494: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
2495: BEGIN
2496:
2497: --check the toorg
2498: x_return := INV_UI_ITEM_SUB_LOC_LOVS.validate_lpn_for_toorg(p_lpn_id, p_to_org_id, p_orgid, p_transaction_type_id);
2499: if (x_return <> 'Y') then
2500: x_return_msg := 'INVALID_TO_ORG';
2501: return x_return;
2502: end if;

Line 2505: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status( p_lpn_id,

2501: return x_return;
2502: end if;
2503:
2504: --check the status
2505: x_return := inv_ui_item_sub_loc_lovs.vaildate_lpn_status( p_lpn_id,
2506: p_orgid,
2507: p_to_org_id,
2508: p_wms_installed,
2509: p_transaction_type_id);

Line 3951: inv_ui_item_sub_loc_lovs.get_to_sub(x_to_sub => l_ref_cur,

3947: x_return_msg := fnd_message.get;
3948: RETURN;
3949: END IF;
3950:
3951: inv_ui_item_sub_loc_lovs.get_to_sub(x_to_sub => l_ref_cur,
3952: p_organization_id => p_organization_id,
3953: p_inventory_item_id => p_inventory_item_id,
3954: p_from_Secondary_Name => p_subinventory_code,
3955: p_restrict_subinventories_code => p_restrict_sub_code,

Line 3992: -- inv_ui_item_sub_loc_lovs.GET_VALID_PRJ_TO_LOCS(x_Locators => l_ref_cur,

3988:
3989: IF p_to_locator_id IS NOT NULL THEN
3990: --I Development Bug 2634570
3991: IF p_project_id IS NOT NULL THEN
3992: -- inv_ui_item_sub_loc_lovs.GET_VALID_PRJ_TO_LOCS(x_Locators => l_ref_cur,
3993: --Bug 2765395
3994: GET_VALID_PRJ_TO_LOCS(x_Locators => l_ref_cur,
3995: p_transaction_action_id => p_transaction_action_id,
3996: p_to_organization_id => p_organization_id,

Line 4007: --inv_ui_item_sub_loc_lovs.get_valid_to_locs(x_Locators => l_ref_cur,

4003: p_wms_installed => p_wms_installed,
4004: p_project_id => p_project_id,
4005: p_task_id => p_task_id );
4006: ELSE
4007: --inv_ui_item_sub_loc_lovs.get_valid_to_locs(x_Locators => l_ref_cur,
4008: --Bug 2765395
4009: GET_VALID_TO_LOCS(x_Locators => l_ref_cur,
4010: p_transaction_action_id => p_transaction_action_id,
4011: p_to_organization_id => p_organization_id,