DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_DOCUMENT_STRUCTURES

Line 1281: FROM gr_document_structures ds

1277:
1278: CURSOR c_get_doc_structure
1279: IS
1280: SELECT COUNT(*)
1281: FROM gr_document_structures ds
1282: WHERE ds.label_code = p_label_code;
1283:
1284: /* Generic Names */
1285:

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

1367: OPEN c_get_doc_structure;
1368: FETCH c_get_doc_structure INTO l_record_count;
1369: IF l_record_count <> 0 THEN
1370: l_return_status := 'E';
1371: l_msg_data := l_msg_data || 'gr_document_structures, ';
1372: END IF;
1373: CLOSE c_get_doc_structure;
1374:
1375: /* Generic Item Names */