DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_ITEM_TOXIC

Line 1311: FROM gr_item_toxic it

1307:
1308: CURSOR c_get_item_toxic
1309: IS
1310: SELECT COUNT(*)
1311: FROM gr_item_toxic it
1312: WHERE it.label_code = p_label_code;
1313:
1314: /* Item Names */
1315:

Line 1419: l_msg_data := l_msg_data || 'gr_item_toxic, ';

1415: OPEN c_get_item_toxic;
1416: FETCH c_get_item_toxic INTO l_record_count;
1417: IF l_record_count <> 0 THEN
1418: l_return_status := 'E';
1419: l_msg_data := l_msg_data || 'gr_item_toxic, ';
1420: END IF;
1421: CLOSE c_get_item_toxic;
1422:
1423: /* Multi Lingual Names */