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: fnd_profile.get('LOGIN_ID',h_login_id);
167:
168: /* Set boolean parameter */
169: h_cancelled_inv := Upper(argument11) LIKE 'Y%';

Line 405: h_request_id := fnd_global.conc_request_id;

401:
402: fa_rx_util_pkg.debug('h_reporting_entity_id : ' ||h_reporting_entity_id);
403:
404: /* Set request id and login id */
405: h_request_id := fnd_global.conc_request_id;
406: fnd_profile.get('LOGIN_ID',h_login_id);
407:
408: /* Set other pramenters */
409: h_set_of_book_id := to_number(argument3);