DBA Data[Home] [Help]

APPS.WSH_ROUTING_REQUEST dependencies on WSH_UTIL_VALIDATE

Line 2264: -- 1. For UOM type Quantity calls api wsh_util_validate.Validate_Order_uom for validation.

2260: -- Type : Public
2261: -- Pre-reqs : None.
2262: -- Procedure: API to validate Unit of Measurement for Quantity,
2263: -- Weight and Volume. Api does.
2264: -- 1. For UOM type Quantity calls api wsh_util_validate.Validate_Order_uom for validation.
2265: -- 2. For UOM type Weight/Volume calls api wsh_util_validate.validate_uom for validation.
2266: -- 3.If Routing request line Quantity UOM is deferent from detail
2267: -- line Quantity UOM, then UOM conversion is done. This is applicable
2268: -- only for Routing Request line validation.

Line 2265: -- 2. For UOM type Weight/Volume calls api wsh_util_validate.validate_uom for validation.

2261: -- Pre-reqs : None.
2262: -- Procedure: API to validate Unit of Measurement for Quantity,
2263: -- Weight and Volume. Api does.
2264: -- 1. For UOM type Quantity calls api wsh_util_validate.Validate_Order_uom for validation.
2265: -- 2. For UOM type Weight/Volume calls api wsh_util_validate.validate_uom for validation.
2266: -- 3.If Routing request line Quantity UOM is deferent from detail
2267: -- line Quantity UOM, then UOM conversion is done. This is applicable
2268: -- only for Routing Request line validation.
2269: -- Parameters :

Line 2321: wsh_util_validate.Validate_Order_uom (

2317: l_rr_uom_code:= p_rr_uom_code;
2318: x_convert_qty := p_rr_qty;
2319:
2320: IF (p_uom_type='QUANTITY') THEN
2321: wsh_util_validate.Validate_Order_uom (
2322: p_inventory_item_id =>p_inventory_item_id,
2323: p_organization_id =>p_organization_id,
2324: x_uom_code =>l_rr_uom_code,
2325: p_unit_of_measure =>NULL,

Line 2328: wsh_util_validate.validate_uom (

2324: x_uom_code =>l_rr_uom_code,
2325: p_unit_of_measure =>NULL,
2326: x_return_status =>l_return_status);
2327: ELSE -- p_uom_type in ('WEIGHT','VOLUME')
2328: wsh_util_validate.validate_uom (
2329: p_type =>p_uom_type,
2330: p_organization_id =>p_organization_id,
2331: p_uom_code =>l_rr_uom_code,
2332: p_uom_desc =>NULL,

Line 2337: WSH_DEBUG_SV.log(l_module_name,'wsh_util_validate.validate_uom

2333: x_return_status =>l_return_status);
2334: END IF;
2335:
2336: IF l_debug_on THEN
2337: WSH_DEBUG_SV.log(l_module_name,'wsh_util_validate.validate_uom
2338: l_return_status',l_return_status);
2339: END IF;
2340: wsh_util_core.api_post_call(
2341: p_return_status => l_return_status,

Line 4259: WSH_DEBUG_SV.log(l_module_name,'wsh_util_validate.validate_uom l_return_status',l_return_status);

4255: x_action_out_rec => l_dd_action_out_rec);
4256:
4257:
4258: IF l_debug_on THEN
4259: WSH_DEBUG_SV.log(l_module_name,'wsh_util_validate.validate_uom l_return_status',l_return_status);
4260: WSH_DEBUG_SV.log(l_module_name,'l_dd_action_out_rec.count',l_dd_action_out_rec.delivery_id_tab.count);
4261: END IF;
4262:
4263: wsh_util_core.api_post_call(

Line 5194: WSH_DEBUG_SV.log(l_module_name,'WSH_UTIL_VALIDATE.Validate_Org l_return_status',l_return_status);

5190: x_org_id => l_detail_att.org_id,
5191: x_return_status => l_return_status);
5192:
5193: IF l_debug_on THEN
5194: WSH_DEBUG_SV.log(l_module_name,'WSH_UTIL_VALIDATE.Validate_Org l_return_status',l_return_status);
5195: WSH_DEBUG_SV.log(l_module_name,'l_org_id',l_detail_att.org_id);
5196: END IF;
5197:
5198: wsh_util_core.api_post_call(