DBA Data[Home] [Help]

APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_SAFETY_PHRASES

Line 1308: FROM gr_item_safety_phrases isp

1304:
1305: CURSOR c_get_item_safety
1306: IS
1307: SELECT COUNT(*)
1308: FROM gr_item_safety_phrases isp
1309: WHERE isp.item_code = p_item_code;
1310:
1311: /* Item Toxic */
1312:

Line 1521: l_msg_data := l_msg_data || 'gr_item_safety_phrases, ';

1517: OPEN c_get_item_safety;
1518: FETCH c_get_item_safety INTO l_record_count;
1519: IF l_record_count <> 0 THEN
1520: l_return_status := 'E';
1521: l_msg_data := l_msg_data || 'gr_item_safety_phrases, ';
1522: END IF;
1523: CLOSE c_get_item_safety;
1524:
1525: /* Item Toxic */