DBA Data[Home] [Help]

APPS.GR_TOXIC_CALCULATIONS dependencies on GR_ITEM_TOXIC

Line 10: toxic_species_code GR_ITEM_TOXIC.toxic_species_code%TYPE,

6: TYPE ingredient_values IS RECORD
7: ( item_code VARCHAR2(240),
8: concentration_pct NUMBER,
9: weight_pct NUMBER,
10: toxic_species_code GR_ITEM_TOXIC.toxic_species_code%TYPE,
11: toxic_dose NUMBER,
12: toxic_uom GR_ITEM_TOXIC.toxic_uom%TYPE );
13:
14:

Line 12: toxic_uom GR_ITEM_TOXIC.toxic_uom%TYPE );

8: concentration_pct NUMBER,
9: weight_pct NUMBER,
10: toxic_species_code GR_ITEM_TOXIC.toxic_species_code%TYPE,
11: toxic_dose NUMBER,
12: toxic_uom GR_ITEM_TOXIC.toxic_uom%TYPE );
13:
14:
15:
16: TYPE t_ingredient_values IS TABLE OF ingredient_values