DBA Data[Home] [Help]

APPS.FND_DIAG_CM dependencies on FND_GLOBAL

Line 90: rqid := FND_GLOBAL.CONC_REQUEST_ID;

86: i number := 1;
87: tot number := 0;
88: begin
89:
90: rqid := FND_GLOBAL.CONC_REQUEST_ID;
91: rdata := fnd_conc_global.request_data;
92:
93: if(rdata is null) then
94: rdata := 'YOHO';