DBA Data[Home] [Help]

APPS.GR_SAFETY_CATEGORIES_B_PKG dependencies on GR_SAFETY_CATEGORIES_TL

Line 615: FROM gr_safety_categories_tl sct

611: */
612: CURSOR c_get_safety_tl
613: IS
614: SELECT COUNT(*)
615: FROM gr_safety_categories_tl sct
616: WHERE sct.safety_category_code = p_safety_category_code;
617:
618: /*
619: ** Label Codes

Line 644: l_msg_data := l_msg_data || ' gr_safety_categories_tl,';

640: OPEN c_get_safety_tl;
641: FETCH c_get_safety_tl INTO l_record_count;
642: IF l_record_count <> 0 THEN
643: l_return_status := 'E';
644: l_msg_data := l_msg_data || ' gr_safety_categories_tl,';
645: END IF;
646: CLOSE c_get_safety_tl;
647: /*
648: ** Check labels