DBA Data[Home] [Help]

APPS.GL_FUSION_TRANSFER_PKG dependencies on FND_GLOBAL

Line 313: g_request_id_str := to_char(fnd_global.conc_request_id());

309:
310: --
311: -- Get the request id
312: --
313: g_request_id_str := to_char(fnd_global.conc_request_id());
314:
315: --
316: -- Get the system id
317: --

Line 446: g_user_id := fnd_global.user_id;

442: g_access_set_id := p_access_set_id;
443: g_from_period := p_from_period_name;
444: g_from_ledger_id := p_from_ledger_id;
445: g_from_ledger_shortname := p_from_ledger_shortname;
446: g_user_id := fnd_global.user_id;
447: g_login_id := fnd_global.login_id;
448: g_request_id := fnd_global.conc_request_id;
449: g_interface_table_name := 'GL_XFR_INTERFACE';
450:

Line 447: g_login_id := fnd_global.login_id;

443: g_from_period := p_from_period_name;
444: g_from_ledger_id := p_from_ledger_id;
445: g_from_ledger_shortname := p_from_ledger_shortname;
446: g_user_id := fnd_global.user_id;
447: g_login_id := fnd_global.login_id;
448: g_request_id := fnd_global.conc_request_id;
449: g_interface_table_name := 'GL_XFR_INTERFACE';
450:
451: IF (p_debug_mode = 'Y') THEN

Line 448: g_request_id := fnd_global.conc_request_id;

444: g_from_ledger_id := p_from_ledger_id;
445: g_from_ledger_shortname := p_from_ledger_shortname;
446: g_user_id := fnd_global.user_id;
447: g_login_id := fnd_global.login_id;
448: g_request_id := fnd_global.conc_request_id;
449: g_interface_table_name := 'GL_XFR_INTERFACE';
450:
451: IF (p_debug_mode = 'Y') THEN
452: g_debug_mode := TRUE;