DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_ITEM_TOXIC

Line 1318: FROM gr_item_toxic it

1314:
1315: CURSOR c_get_item_toxic
1316: IS
1317: SELECT COUNT(*)
1318: FROM gr_item_toxic it
1319: WHERE it.label_code = p_label_code;
1320:
1321: /* Item Names */
1322:

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

1422: OPEN c_get_item_toxic;
1423: FETCH c_get_item_toxic INTO l_record_count;
1424: IF l_record_count <> 0 THEN
1425: l_return_status := 'E';
1426: l_msg_data := l_msg_data || 'gr_item_toxic, ';
1427: END IF;
1428: CLOSE c_get_item_toxic;
1429:
1430: /* Multi Lingual Names */