DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on INV_DECIMALS_PUB

Line 1001: inv_decimals_pub.validate_quantity(

997: /* Moved this code out nocopy of the input_quantity IF statement for bug 2253207 */
998: IF l_debug_level > 0 then
999: oe_debug_pub.add('before calling inv decimals api',2);
1000: END IF;
1001: inv_decimals_pub.validate_quantity(
1002: p_item_id => p_item_id,
1003: p_organization_id =>
1004: OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID'),
1005: p_input_quantity => p_input_quantity,