DBA Data[Home] [Help]

APPS.EDW_PROJ_CLS dependencies on EDW_INSTANCE

Line 13: || edw_instance.get_code

9: l_cat VARCHAR2(120) := 'NA_EDW';
10: BEGIN
11: select class_code
12: || '-'
13: || edw_instance.get_code
14: into l_cat
15: from pa_project_classes
16: where project_id = p_project_id
17: and class_category = p_cls_no;