DBA Data[Home] [Help]

APPS.GR_PHRASES_B_PKG dependencies on GR_DOCUMENT_STRUCTURES

Line 1040: FROM gr_document_structures ds

1036:
1037: CURSOR c_get_doc_structure
1038: IS
1039: SELECT COUNT(*)
1040: FROM gr_document_structures ds
1041: WHERE ds.phrase_code = p_phrase_code;
1042:
1043: /* Item Properties */
1044:

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

1118: OPEN c_get_doc_structure;
1119: FETCH c_get_doc_structure INTO l_record_count;
1120: IF l_record_count <> 0 THEN
1121: l_return_status := 'E';
1122: l_msg_data := l_msg_data || 'gr_document_structures, ';
1123: END IF;
1124: CLOSE c_get_doc_structure;
1125:
1126: /* Item Properties */