DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_ITEM_PROPERTIES

Line 1303: FROM gr_item_properties ip

1299:
1300: CURSOR c_get_item_properties
1301: IS
1302: SELECT COUNT(*)
1303: FROM gr_item_properties ip
1304: WHERE ip.label_code = p_label_code;
1305:
1306: /* Item Toxic */
1307:

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

1403: OPEN c_get_item_properties;
1404: FETCH c_get_item_properties INTO l_record_count;
1405: IF l_record_count <> 0 THEN
1406: l_return_status := 'E';
1407: l_msg_data := l_msg_data || 'gr_item_properties, ';
1408: END IF;
1409: CLOSE c_get_item_properties;
1410:
1411: /* Item Toxic */