DBA Data[Home] [Help]

APPS.GMICVAL dependencies on STANDARD

Line 1341: standard deviation high and low for an item

1337: dualum indicator type 2 and 3 ONLY!
1338:
1339: The purpose of the function is to validate
1340: that the secondary quantity is within the
1341: standard deviation high and low for an item
1342: as defined by the item in the ic_item_mst table.
1343:
1344: PARAMETERS:
1345: pitem_id The surrogate key of the item number

Line 1641: as round till 9 is the apps standard

1637: low boundary, we have an error!
1638: ====================================================== */
1639: /* =====================================================
1640: Deviation check should restrict only to 9 precision
1641: as round till 9 is the apps standard
1642: ====================================================*/
1643: ltrans_qty2 := round(ptrans_qty2,9);
1644: IF(ltrans_qty2 > round(l_hi_boundary,9)) THEN
1645: RETURN VAL_CALCDEV_HIGH_ERR;