DBA Data[Home] [Help]

APPS.GR_HAZARD_GROUPS_PKG dependencies on GR_EUROHAZARDS_B

Line 595: FROM gr_eurohazards_b

591:
592: CURSOR c_get_eurohazards
593: IS
594: SELECT COUNT(*)
595: FROM gr_eurohazards_b
596: WHERE hazard_group_code = p_hazard_group_code;
597:
598: BEGIN
599:

Line 616: l_msg_data := l_msg_data || 'gr_eurohazards_b ';

612: OPEN c_get_eurohazards;
613: FETCH c_get_eurohazards INTO l_record_count;
614: IF l_record_count <> 0 THEN
615: l_return_status := 'E';
616: l_msg_data := l_msg_data || 'gr_eurohazards_b ';
617: END IF;
618: CLOSE c_get_eurohazards;
619:
620: /* Now sort out the error messaging */