DBA Data[Home] [Help]

APPS.XLA_TB_DATA_MANAGER_PVT dependencies on FND_GLOBAL

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

1160: C_DEF_NEW CONSTANT VARCHAR2(30) := 'NEW';
1161: C_DEF_RELOAD CONSTANT VARCHAR2(30) := 'RELOAD';
1162: C_DEF_PROCESSED CONSTANT VARCHAR2(30) := 'PROCESSED';
1163:
1164: C_NEW_LINE CONSTANT VARCHAR2(8) := fnd_global.newline;
1165: C_SPECIAL_STRING CONSTANT VARCHAR2(4) := '%#@*';
1166:
1167: C_GL_APPS_ID CONSTANT NUMBER(15) := 101;
1168: C_ID_FLEX_CODE CONSTANT VARCHAR2(4) := 'GL#';

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

1337: l_sel_columns VARCHAR2(32000);
1338: l_tables VARCHAR2(32000);
1339: l_joins VARCHAR2(32000);
1340: l_seg_num VARCHAR2(1);
1341: C_NEW_LINE CONSTANT VARCHAR2(8) := fnd_global.newline;
1342:
1343: BEGIN
1344: IF g_log_enabled THEN
1345: l_log_module := C_DEFAULT_MODULE||'.define_segment_ranges';

Line 4708: request_data => fnd_global.conc_request_id);

4704: -- then delete row from the TB logs table.
4705:
4706: /*
4707: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
4708: request_data => fnd_global.conc_request_id);
4709: */
4710:
4711: --perf imp 13-May-2008 moved here ie after all the workers have finished processing
4712: populate_user_trans_view