DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on INV_CONVERT

Line 2261: l_check_dev := INV_CONVERT.Within_deviation(

2257: IF g_asn_debug = 'Y' THEN
2258: asn_debug.put_line('Before calling within deviation check in VALIDATE_SECONDARY_PARAMETERS:' ||l_progress);
2259: END IF;
2260:
2261: l_check_dev := INV_CONVERT.Within_deviation(
2262: p_organization_id => X_ATT_REC.to_organization_id ,
2263: p_inventory_item_id => X_ATT_REC.inventory_item_id ,
2264: p_lot_number => NULL , --as no lot is defined
2265: p_precision => 5 ,

Line 2303: asn_debug.put_line('Befordesc inv_e calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:'||l_progress);

2299:
2300: l_progress :='0021';
2301:
2302: IF g_asn_debug = 'Y' THEN
2303: asn_debug.put_line('Befordesc inv_e calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:'||l_progress);
2304: END IF;
2305:
2306: x_att_rec.secondary_quantity:= INV_CONVERT.Inv_um_convert (
2307: item_id => x_att_rec.inventory_item_id ,

Line 2306: x_att_rec.secondary_quantity:= INV_CONVERT.Inv_um_convert (

2302: IF g_asn_debug = 'Y' THEN
2303: asn_debug.put_line('Befordesc inv_e calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:'||l_progress);
2304: END IF;
2305:
2306: x_att_rec.secondary_quantity:= INV_CONVERT.Inv_um_convert (
2307: item_id => x_att_rec.inventory_item_id ,
2308: lot_number => NULL ,
2309: organization_id => x_att_rec.to_organization_id ,
2310: precision => 5 ,

Line 2335: asn_debug.put_line('After successfully calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:' || l_progress);

2331: END IF;
2332:
2333: l_progress :='0023';
2334: IF g_asn_debug = 'Y' THEN
2335: asn_debug.put_line('After successfully calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:' || l_progress);
2336: asn_debug.put_line('value of secondary quantity derived by INV_CONVERT.Inv_um_convert is:'|| x_att_rec.secondary_quantity);
2337: END IF;
2338:
2339:

Line 2336: asn_debug.put_line('value of secondary quantity derived by INV_CONVERT.Inv_um_convert is:'|| x_att_rec.secondary_quantity);

2332:
2333: l_progress :='0023';
2334: IF g_asn_debug = 'Y' THEN
2335: asn_debug.put_line('After successfully calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:' || l_progress);
2336: asn_debug.put_line('value of secondary quantity derived by INV_CONVERT.Inv_um_convert is:'|| x_att_rec.secondary_quantity);
2337: END IF;
2338:
2339:
2340: END IF;-----IF x_att_rec.secondary_quantity IS NOT NULL AND l_secondary_default_ind IN ('D','N') THEN

Line 2365: l_check_dev := INV_CONVERT.Within_deviation(

2361: IF g_asn_debug = 'Y' THEN
2362: asn_debug.put_line('Before calling within deviation check in VALIDATE_SECONDARY_PARAMETERS:' ||l_progress);
2363: END IF;
2364:
2365: l_check_dev := INV_CONVERT.Within_deviation(
2366: p_organization_id => X_ATT_REC.to_organization_id ,
2367: p_inventory_item_id => X_ATT_REC.inventory_item_id ,
2368: /* p_lot_number => NULL as no lot is defined */
2369: p_lot_number =>lot_rec1.LOT_NUMBER , /*BUG#13938193*/

Line 2412: asn_debug.put_line('Befordesc inv_e calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:'||l_progress);

2408:
2409: l_progress :='0021';
2410:
2411: IF g_asn_debug = 'Y' THEN
2412: asn_debug.put_line('Befordesc inv_e calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:'||l_progress);
2413: END IF;
2414:
2415:
2416: l_sec_lot_spe_qty := INV_CONVERT.Inv_um_convert (

Line 2416: l_sec_lot_spe_qty := INV_CONVERT.Inv_um_convert (

2412: asn_debug.put_line('Befordesc inv_e calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:'||l_progress);
2413: END IF;
2414:
2415:
2416: l_sec_lot_spe_qty := INV_CONVERT.Inv_um_convert (
2417: item_id => X_ATT_REC.inventory_item_id ,
2418: /* lot_number => NULL , */
2419: lot_number =>lot_rec1.LOT_NUMBER ,
2420: organization_id => X_ATT_REC.to_organization_id ,