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

1795: gms_error_pkg.gms_debug ('Load_gms_pkts'||':'|| 'Intializing local variables','C');
1796: END IF;
1797:
1798: p_return_code := 'P';
1799: l_request_id := fnd_global.conc_request_id;
1800: l_user_id := fnd_global.user_id;
1801: l_login_id := fnd_global.login_id;
1802:
1803: IF l_request_id = -1 Then

Line 1800: l_user_id := fnd_global.user_id;

1796: END IF;
1797:
1798: p_return_code := 'P';
1799: l_request_id := fnd_global.conc_request_id;
1800: l_user_id := fnd_global.user_id;
1801: l_login_id := fnd_global.login_id;
1802:
1803: IF l_request_id = -1 Then
1804: l_request_id := NULL;

Line 1801: l_login_id := fnd_global.login_id;

1797:
1798: p_return_code := 'P';
1799: l_request_id := fnd_global.conc_request_id;
1800: l_user_id := fnd_global.user_id;
1801: l_login_id := fnd_global.login_id;
1802:
1803: IF l_request_id = -1 Then
1804: l_request_id := NULL;
1805: end if;

Line 4916: fnd_global.user_id);

4912: last_updated_by)
4913: VALUES (x_packetid,
4914: x_arrival_order_seq, -- Bug 2176230
4915: SYSDATE,
4916: fnd_global.user_id);
4917:
4918:
4919: -- Bug 2176230 : Commit only if mode is not check funds mode This is to enable
4920: -- the accounting of these transactions in subsequent packets.