DBA Data[Home] [Help]

APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_TOXIC

Line 1316: FROM gr_item_toxic it

1312:
1313: CURSOR c_get_item_toxic
1314: IS
1315: SELECT COUNT(*)
1316: FROM gr_item_toxic it
1317: WHERE it.item_code = p_item_code;
1318:
1319: /* Item Names */
1320:

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

1529: OPEN c_get_item_toxic;
1530: FETCH c_get_item_toxic INTO l_record_count;
1531: IF l_record_count <> 0 THEN
1532: l_return_status := 'E';
1533: l_msg_data := l_msg_data || 'gr_item_toxic, ';
1534: END IF;
1535: CLOSE c_get_item_toxic;
1536:
1537: /* Multi Lingual Names */