DBA Data[Home] [Help]

APPS.AMS_METRIC_PVT dependencies on STANDARD

Line 27: -- 06/14/1999 choang Updated with changed columns and character case standards.

23: --
24: -- HISTORY
25: -- 05/26/1999 choang Created.
26: -- 06/07/1999 choang Moved validate rec types from global package to module specs.
27: -- 06/14/1999 choang Updated with changed columns and character case standards.
28: -- 07/05/1999 choang Added vertical rollup engine.
29: -- 07/19/1999 choang Added specifications for GetMetricVal, GetMetCatVal and SetCommittedVal.
30: -- 09/01/1999 choang Made the following specs public: Validate_Metric_Items, IsSeeded,
31: -- Validate_Metric_Child per request of ptendulk.

Line 32: -- 10/11/1999 ptendulk Modified According to new Standards, Also seperated Refresh Engine from

28: -- 07/05/1999 choang Added vertical rollup engine.
29: -- 07/19/1999 choang Added specifications for GetMetricVal, GetMetCatVal and SetCommittedVal.
30: -- 09/01/1999 choang Made the following specs public: Validate_Metric_Items, IsSeeded,
31: -- Validate_Metric_Child per request of ptendulk.
32: -- 10/11/1999 ptendulk Modified According to new Standards, Also seperated Refresh Engine from
33: -- table Handlers
34: -- 01/18/2000 bgeorge Reviewed code, made UOM non-required, removed function ISSEEDED
35: -- from the specs
36: -- 17-Apr-2000 tdonohoe@us Added columns to metric_rec_type to support 11.5.2 release.