DBA Data[Home] [Help]

APPS.XLA_REPORTING_SEQUENCE_PKG dependencies on FND_GLOBAL

Line 513: l_request_id := fnd_global.conc_request_id;

509: END IF;
510: return;
511: END IF;
512:
513: l_request_id := fnd_global.conc_request_id;
514:
515: IF (C_LEVEL_STATEMENT>= g_log_level) THEN
516: trace
517: (p_msg => 'request_id:'|| to_char(l_request_id)

Line 815: l_request_id := fnd_global.conc_request_id;

811: END IF;
812: RETURN;
813: END IF;
814:
815: l_request_id := fnd_global.conc_request_id;
816:
817: IF (C_LEVEL_STATEMENT>= g_log_level) THEN
818: trace
819: (p_msg => 'request_id:'|| to_char(l_request_id)