DBA Data[Home] [Help]

APPS.INV_REPLENISH_COUNT_PVT dependencies on INV_CONVERT

Line 170: , inv_convert.inv_um_convert(p_item_id, 6, p_count_quantity, p_count_uom_code, p_primary_uom_code, NULL, NULL)

166: , NULL
167: , NULL
168: , fnd_message.get
169: , NULL
170: , inv_convert.inv_um_convert(p_item_id, 6, p_count_quantity, p_count_uom_code, p_primary_uom_code, NULL, NULL)
171: , p_primary_uom_code
172: -- INCVONV, NSRIVAST
173: , p_count_secondary_uom_code
174: , p_count_secondary_quantity

Line 245: inv_convert.inv_um_convert(p_item_id, 6, p_count_quantity, p_count_uom_code, primary_uom_code, NULL, NULL)

241: , last_update_login = fnd_global.login_id
242: , count_quantity = p_count_quantity
243: , count_uom_code = p_count_uom_code
244: , primary_uom_count_quantity =
245: inv_convert.inv_um_convert(p_item_id, 6, p_count_quantity, p_count_uom_code, primary_uom_code, NULL, NULL)
246: , secondary_uom_count_quantity = p_count_secondary_quantity -- INVCONV, NSRIVAST
247: WHERE replenishment_header_id = p_replenish_header_id
248: AND replenishment_line_id = p_replenish_line_id;
249: