DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on INV_CONVERT

Line 2077: l_check_dev := INV_CONVERT.Within_deviation(

2073: IF g_asn_debug = 'Y' THEN
2074: asn_debug.put_line('Before calling within deviation check in VALIDATE_SECONDARY_PARAMETERS:' ||l_progress);
2075: END IF;
2076:
2077: l_check_dev := INV_CONVERT.Within_deviation(
2078: p_organization_id => X_ATT_REC.to_organization_id ,
2079: p_inventory_item_id => X_ATT_REC.inventory_item_id ,
2080: p_lot_number => NULL /* as no lot is defined */ ,
2081: p_precision => 5 ,

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

2115:
2116: l_progress :='0021';
2117:
2118: IF g_asn_debug = 'Y' THEN
2119: asn_debug.put_line('Befordesc inv_e calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:'||l_progress);
2120: END IF;
2121:
2122: x_att_rec.secondary_quantity:= INV_CONVERT.Inv_um_convert (
2123: item_id => x_att_rec.inventory_item_id ,

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

2118: IF g_asn_debug = 'Y' THEN
2119: asn_debug.put_line('Befordesc inv_e calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:'||l_progress);
2120: END IF;
2121:
2122: x_att_rec.secondary_quantity:= INV_CONVERT.Inv_um_convert (
2123: item_id => x_att_rec.inventory_item_id ,
2124: lot_number => NULL ,
2125: organization_id => x_att_rec.to_organization_id ,
2126: precision => 5 ,

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

2147: END IF;
2148:
2149: l_progress :='0023';
2150: IF g_asn_debug = 'Y' THEN
2151: asn_debug.put_line('After successfully calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:' || l_progress);
2152: asn_debug.put_line('value of secondary quantity derived by INV_CONVERT.Inv_um_convert is:'|| x_att_rec.secondary_quantity);
2153: END IF;
2154:
2155:

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

2148:
2149: l_progress :='0023';
2150: IF g_asn_debug = 'Y' THEN
2151: asn_debug.put_line('After successfully calling INV_CONVERT.Inv_um_convert for fetching secondary quantity in VALIDATE_SECONDARY_PARAMETERS:' || l_progress);
2152: asn_debug.put_line('value of secondary quantity derived by INV_CONVERT.Inv_um_convert is:'|| x_att_rec.secondary_quantity);
2153: END IF;
2154:
2155:
2156: END IF;-----IF x_att_rec.secondary_quantity IS NOT NULL AND l_secondary_default_ind IN ('D','N') THEN