DBA Data[Home] [Help]

APPS.BEN_DM_DATA_UTIL dependencies on FND_GLOBAL

Line 8: c_newline constant varchar2(500) := fnd_global.newline;

4: --
5: --------------------------
6: -- CONSTANT DEFINITIONS --
7: --------------------------
8: c_newline constant varchar2(500) := fnd_global.newline;
9: -- Tables to assist in code generation.
10: --
11: type t_varchar2_tbl is table of varchar2(100) index by binary_integer;
12: g_columns_tbl t_varchar2_tbl;