DBA Data[Home] [Help]

APPS.EDW_GL_ACCT_M_T dependencies on EDW_SEGMENT_CLASSES

Line 15: type edw_segment_classes.type%type);

11: g_global_temp_table varchar2(30);
12:
13: type t_acct_type_root_rec is record (
14: name edw_vbh_temp1.parent%type,
15: type edw_segment_classes.type%type);
16:
17: type t_acct_type_root_table is table of t_acct_type_root_rec
18: index by binary_integer;
19: