DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on INV_DECIMALS_PUB

Line 977: inv_decimals_pub.validate_quantity(

973: /* Moved this code out nocopy of the input_quantity IF statement for bug 2253207 */
974: IF l_debug_level > 0 then
975: oe_debug_pub.add('before calling inv decimals api',2);
976: END IF;
977: inv_decimals_pub.validate_quantity(
978: p_item_id => p_item_id,
979: p_organization_id =>
980: OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID'),
981: p_input_quantity => p_input_quantity,