DBA Data[Home] [Help]

APPS.XLA_TB_DATA_MANAGER_PVT dependencies on FND_GLOBAL

Line 1119: C_NEW_LINE CONSTANT VARCHAR2(8) := fnd_global.newline;

1115: C_DEF_NEW CONSTANT VARCHAR2(30) := 'NEW';
1116: C_DEF_RELOAD CONSTANT VARCHAR2(30) := 'RELOAD';
1117: C_DEF_PROCESSED CONSTANT VARCHAR2(30) := 'PROCESSED';
1118:
1119: C_NEW_LINE CONSTANT VARCHAR2(8) := fnd_global.newline;
1120: C_SPECIAL_STRING CONSTANT VARCHAR2(4) := '%#@*';
1121:
1122: C_GL_APPS_ID CONSTANT NUMBER(15) := 101;
1123: C_ID_FLEX_CODE CONSTANT VARCHAR2(4) := 'GL#';

Line 1296: C_NEW_LINE CONSTANT VARCHAR2(8) := fnd_global.newline;

1292: l_sel_columns VARCHAR2(32000);
1293: l_tables VARCHAR2(32000);
1294: l_joins VARCHAR2(32000);
1295: l_seg_num VARCHAR2(1);
1296: C_NEW_LINE CONSTANT VARCHAR2(8) := fnd_global.newline;
1297:
1298: BEGIN
1299: IF g_log_enabled THEN
1300: l_log_module := C_DEFAULT_MODULE||'.define_segment_ranges';

Line 4553: request_data => fnd_global.conc_request_id);

4549: -- then delete row from the TB logs table.
4550:
4551: /*
4552: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
4553: request_data => fnd_global.conc_request_id);
4554: */
4555:
4556: --perf imp 13-May-2008 moved here ie after all the workers have finished processing
4557: populate_user_trans_view