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 813: l_request_id := fnd_global.conc_request_id;

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