DBA Data[Home] [Help]

APPS.INV_RESERVATION_FORM_PKG dependencies on INV_CONVERT

Line 1630: inv_convert.inv_um_convert

1626: --AND NVL(ORG_ID,NVL(l_org_id,0))= NVL(l_org_id,0) ;
1627:
1628: -- Convert order quantity into reservation uom code
1629: l_ordered_quantity_rsv_uom :=
1630: inv_convert.inv_um_convert
1631: (
1632: l_line_rec_inventory_item_id,
1633: NULL,
1634: l_line_rec_ordered_quantity,

Line 1662: inv_convert.inv_um_convert

1658:
1659: -- Convert primary reservation quantity into
1660: -- reservation uom code
1661: l_reserved_quantity :=
1662: inv_convert.inv_um_convert
1663: (
1664: l_line_rec_inventory_item_id,
1665: NULL,
1666: l_primary_reserved_quantity,