DBA Data[Home] [Help]

APPS.JG_RX_C_IR_PKG dependencies on FND_GLOBAL

Line 165: h_request_id := fnd_global.conc_request_id;

161:
162:
163:
164: /* Set request id and login id */
165: h_request_id := fnd_global.conc_request_id;
166:
167: -- Bug#9056057 Start
168: --fnd_profile.get('LOGIN_ID',h_login_id);
169: h_login_id := nvl(fnd_profile.value('USER_ID'),1);

Line 408: h_request_id := fnd_global.conc_request_id;

404:
405: fa_rx_util_pkg.debug('h_reporting_entity_id : ' ||h_reporting_entity_id);
406:
407: /* Set request id and login id */
408: h_request_id := fnd_global.conc_request_id;
409: -- Bug#9056057 Start
410: --fnd_profile.get('LOGIN_ID',h_login_id);
411: h_login_id := nvl(fnd_profile.value('USER_ID'),1);
412: -- Bug#9056057 End