DBA Data[Home] [Help]

APPS.GR_EIN_HAZARDS_PKG dependencies on GR_EUROHAZARDS_B

Line 603: FROM gr_eurohazards_b

599: /* Cursors */
600: CURSOR c_get_hazards
601: IS
602: SELECT hazard_classification_code
603: FROM gr_eurohazards_b
604: WHERE hazard_classification_code = p_hazard_classification_code;
605: HazClassRecord c_get_hazards%ROWTYPE;
606:
607: BEGIN