DBA Data[Home] [Help]

APPS.INV_RESERVATION_FORM_PKG dependencies on INV_CONVERT

Line 1612: inv_convert.inv_um_convert

1608: --AND NVL(ORG_ID,NVL(l_org_id,0))= NVL(l_org_id,0) ;
1609:
1610: -- Convert order quantity into reservation uom code
1611: l_ordered_quantity_rsv_uom :=
1612: inv_convert.inv_um_convert
1613: (
1614: l_line_rec_inventory_item_id,
1615: NULL,
1616: l_line_rec_ordered_quantity,

Line 1644: inv_convert.inv_um_convert

1640:
1641: -- Convert primary reservation quantity into
1642: -- reservation uom code
1643: l_reserved_quantity :=
1644: inv_convert.inv_um_convert
1645: (
1646: l_line_rec_inventory_item_id,
1647: NULL,
1648: l_primary_reserved_quantity,