DBA Data[Home] [Help]

APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_PROPERTIES

Line 1284: FROM gr_item_properties ip

1280:
1281: CURSOR c_get_item_properties
1282: IS
1283: SELECT COUNT(*)
1284: FROM gr_item_properties ip
1285: WHERE ip.item_code = p_item_code;
1286:
1287: /* Item Right to Know */
1288:

Line 1485: l_msg_data := l_msg_data || 'gr_item_properties, ';

1481: OPEN c_get_item_properties;
1482: FETCH c_get_item_properties INTO l_record_count;
1483: IF l_record_count <> 0 THEN
1484: l_return_status := 'E';
1485: l_msg_data := l_msg_data || 'gr_item_properties, ';
1486: END IF;
1487: CLOSE c_get_item_properties;
1488:
1489: /* Item Right to Know */