DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on INV_CONVERT

Line 1680: || ' before call to inv_convert.inv_um_convert');

1676: gme_debug.put_line
1677: ( g_pkg_name
1678: || '.'
1679: || l_api_name
1680: || ' before call to inv_convert.inv_um_convert');
1681: END IF;
1682:
1683: x_conv_qty := inv_convert.inv_um_convert
1684: (item_id => p_item_id

Line 1683: x_conv_qty := inv_convert.inv_um_convert

1679: || l_api_name
1680: || ' before call to inv_convert.inv_um_convert');
1681: END IF;
1682:
1683: x_conv_qty := inv_convert.inv_um_convert
1684: (item_id => p_item_id
1685: ,lot_number => p_lot_number
1686: ,organization_id => p_org_id
1687: ,precision => gme_common_pvt.g_precision

Line 1701: || ' inv_convert.inv_um_convert returned error');

1697: gme_debug.put_line
1698: ( g_pkg_name
1699: || '.'
1700: || l_api_name
1701: || ' inv_convert.inv_um_convert returned error');
1702: END IF;
1703:
1704: RAISE um_convert_error;
1705: END IF;