DBA Data[Home] [Help]

APPS.GR_EIN_ASL_CONCS_PKG dependencies on GR_EUROHAZARDS_B

Line 653: FROM gr_eurohazards_b

649: /* Cursors */
650: CURSOR c_get_hazards
651: IS
652: SELECT hazard_classification_code
653: FROM gr_eurohazards_b
654: WHERE hazard_classification_code = p_hazard_classification_code;
655: HazClassRecord c_get_hazards%ROWTYPE;
656:
657: BEGIN