DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on INV_CONVERT

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

1916: gme_debug.put_line
1917: ( g_pkg_name
1918: || '.'
1919: || l_api_name
1920: || ' before call to inv_convert.inv_um_convert');
1921: END IF;
1922:
1923: x_conv_qty := inv_convert.inv_um_convert
1924: (item_id => p_item_id

Line 1923: x_conv_qty := inv_convert.inv_um_convert

1919: || l_api_name
1920: || ' before call to inv_convert.inv_um_convert');
1921: END IF;
1922:
1923: x_conv_qty := inv_convert.inv_um_convert
1924: (item_id => p_item_id
1925: ,lot_number => p_lot_number
1926: ,organization_id => p_org_id
1927: ,precision => gme_common_pvt.g_precision

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

1937: gme_debug.put_line
1938: ( g_pkg_name
1939: || '.'
1940: || l_api_name
1941: || ' inv_convert.inv_um_convert returned error');
1942: END IF;
1943:
1944: RAISE um_convert_error;
1945: END IF;