DBA Data[Home] [Help]

APPS.CSF_PARAMS_PKG dependencies on FND_GLOBAL

Line 123: t_sep varchar2(1) := fnd_global.local_chr(2);

119: t_agenda_usemileage number(2);
120: t_userdefbuttons varchar2(2000);
121: t_udb_start number(4);
122: t_udb_stop number(4);
123: t_sep varchar2(1) := fnd_global.local_chr(2);
124:
125: BEGIN
126: -- If the PL/SQL table doesn't exist, create it with a single record.
127: -- This record can then be filled with the parametervalues.

Line 369: t_sep varchar2(1) := fnd_global.local_chr(2);

365:
366: t_csm_onlytodispatchers number(1);
367: t_csm_onlytootherengingroup number(1);
368: t_csm_outsideTinoway number(1);
369: t_sep varchar2(1) := fnd_global.local_chr(2);
370:
371: procedure insert_parameter
372: ( i_name varchar2
373: , i_value varchar2 )