DBA Data[Home] [Help]

APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_DOCUMENT_DTLS

Line 1260: FROM gr_item_document_dtls idd

1256:
1257: CURSOR c_get_item_doc_dtls
1258: IS
1259: SELECT COUNT(*)
1260: FROM gr_item_document_dtls idd
1261: WHERE idd.item_code = p_item_code;
1262:
1263: /* Item Document Status */
1264:

Line 1449: l_msg_data := l_msg_data || 'gr_item_document_dtls, ';

1445: OPEN c_get_item_doc_dtls;
1446: FETCH c_get_item_doc_dtls INTO l_record_count;
1447: IF l_record_count <> 0 THEN
1448: l_return_status := 'E';
1449: l_msg_data := l_msg_data || 'gr_item_document_dtls, ';
1450: END IF;
1451: CLOSE c_get_item_doc_dtls;
1452:
1453: /* Item Document Statuses */