DBA Data[Home] [Help]

APPS.FND_TRANSACTION dependencies on FND_TRN_REQUEST_ID_S

Line 219: select fnd_trn_request_id_s.nextval

215: procedure initialize_globals is
216: conc_debug varchar2(240);
217: begin
218: -- get transaction request_id from sequence
219: select fnd_trn_request_id_s.nextval
220: into request_id
221: from dual;
222:
223: /* initialize and seed random... */