DBA Data[Home] [Help]

APPS.GMD_SS_ERES_PKG dependencies on GMD_QC_STATUS_TL

Line 17: from gmd_qc_status_tl

13: target_status_desc VARCHAR2(240);
14:
15: cursor c is
16: select meaning
17: from gmd_qc_status_tl
18: where status_code = target_status
19: and entity_type = 'STABILITY'
20: and language = USERENV('LANG') ;
21: