DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on FND_GLOBAL

Line 176: l_request_id := fnd_global.conc_request_id;

172:
173: g_error_procedure_name := 'delete_pending_txns';
174: g_error_stage := ':Start';
175:
176: l_request_id := fnd_global.conc_request_id;
177:
178: IF g_debug = 'Y' THEN
179: gms_error_pkg.gms_debug (g_error_procedure_name||g_error_stage,'C');
180: END IF;

Line 1846: l_request_id := fnd_global.conc_request_id;

1842: gms_error_pkg.gms_debug ('Load_gms_pkts'||':'|| 'Intializing local variables','C');
1843: END IF;
1844:
1845: p_return_code := 'P';
1846: l_request_id := fnd_global.conc_request_id;
1847: l_user_id := fnd_global.user_id;
1848: l_login_id := fnd_global.login_id;
1849:
1850: IF l_request_id = -1 Then

Line 1847: l_user_id := fnd_global.user_id;

1843: END IF;
1844:
1845: p_return_code := 'P';
1846: l_request_id := fnd_global.conc_request_id;
1847: l_user_id := fnd_global.user_id;
1848: l_login_id := fnd_global.login_id;
1849:
1850: IF l_request_id = -1 Then
1851: l_request_id := NULL;

Line 1848: l_login_id := fnd_global.login_id;

1844:
1845: p_return_code := 'P';
1846: l_request_id := fnd_global.conc_request_id;
1847: l_user_id := fnd_global.user_id;
1848: l_login_id := fnd_global.login_id;
1849:
1850: IF l_request_id = -1 Then
1851: l_request_id := NULL;
1852: end if;

Line 5270: fnd_global.user_id);

5266: last_updated_by)
5267: VALUES (x_packetid,
5268: x_arrival_order_seq, -- Bug 2176230
5269: SYSDATE,
5270: fnd_global.user_id);
5271:
5272:
5273: -- Bug 2176230 : Commit only if mode is not check funds mode This is to enable
5274: -- the accounting of these transactions in subsequent packets.