DBA Data[Home] [Help]

APPS.GR_EUROHAZARDS_B_PKG dependencies on GR_ADDITIVE_CALCS

Line 651: FROM gr_additive_calcs

647:
648: CURSOR c_get_additives
649: IS
650: SELECT COUNT(*)
651: FROM gr_additive_calcs
652: WHERE hazard_classification_code = p_hazard_classification_code;
653:
654: BEGIN
655:

Line 703: l_msg_data := l_msg_data || 'gr_additive_calcs, ';

699: OPEN c_get_additives;
700: FETCH c_get_additives INTO l_record_count;
701: IF l_record_count <> 0 THEN
702: l_return_status := 'E';
703: l_msg_data := l_msg_data || 'gr_additive_calcs, ';
704: END IF;
705: CLOSE c_get_additives;
706:
707: /* Now sort out the error messaging */