DBA Data[Home] [Help]

APPS.GR_ITEM_GENERAL_PKG dependencies on GR_DISPATCH_HISTORIES

Line 1204: FROM gr_dispatch_histories dh

1200:
1201: CURSOR c_get_disp_history
1202: IS
1203: SELECT COUNT(*)
1204: FROM gr_dispatch_histories dh
1205: WHERE dh.item_code = p_item_code;
1206:
1207: /* Document Print */
1208:

Line 1365: l_msg_data := l_msg_data || 'gr_dispatch_histories, ';

1361: OPEN c_get_disp_history;
1362: FETCH c_get_disp_history INTO l_record_count;
1363: IF l_record_count <> 0 THEN
1364: l_return_status := 'E';
1365: l_msg_data := l_msg_data || 'gr_dispatch_histories, ';
1366: END IF;
1367: CLOSE c_get_disp_history;
1368:
1369: /* Document Printing */