DBA Data[Home] [Help]

APPS.EDW_PROJ_PKG dependencies on EDW_INSTANCE

Line 20: x_instance := edw_instance.get_code;

16: return 'NA_EDW';
17: end if;
18:
19: if p_instance_code IS NULL then
20: x_instance := edw_instance.get_code;
21: else
22: x_instance := p_instance_code;
23: end if;
24:

Line 44: x_instance := edw_instance.get_code;

40: return 'NA_EDW';
41: end if;
42:
43: if p_instance_code IS NULL then
44: x_instance := edw_instance.get_code;
45: else
46: x_instance := p_instance_code;
47: end if;
48:

Line 71: x_instance := edw_instance.get_code;

67: return 'NA_EDW';
68: end if;
69:
70: if p_instance_code IS NULL then
71: x_instance := edw_instance.get_code;
72: else
73: x_instance := p_instance_code;
74: end if;
75:

Line 99: x_instance := edw_instance.get_code;

95: return 'NA_EDW';
96: end if;
97:
98: if p_instance_code IS NULL then
99: x_instance := edw_instance.get_code;
100: else
101: x_instance := p_instance_code;
102: end if;
103: