DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_DOCUMENT_STRUCTURES

Line 1288: FROM gr_document_structures ds

1284:
1285: CURSOR c_get_doc_structure
1286: IS
1287: SELECT COUNT(*)
1288: FROM gr_document_structures ds
1289: WHERE ds.label_code = p_label_code;
1290:
1291: /* Generic Names */
1292:

Line 1378: l_msg_data := l_msg_data || 'gr_document_structures, ';

1374: OPEN c_get_doc_structure;
1375: FETCH c_get_doc_structure INTO l_record_count;
1376: IF l_record_count <> 0 THEN
1377: l_return_status := 'E';
1378: l_msg_data := l_msg_data || 'gr_document_structures, ';
1379: END IF;
1380: CLOSE c_get_doc_structure;
1381:
1382: /* Generic Item Names */