DBA Data[Home] [Help]

APPS.FND_DIAG_CM dependencies on FND_REQUEST

Line 115: spid := fnd_request.submit_request(application => 'FND',

111: tdom := tdom + TRUNC(base);
112: if (i < 4) then rand := i;
113: end if;
114: if (rand = 1) then
115: spid := fnd_request.submit_request(application => 'FND',
116: program => 'FNDCRMTA',
117: sub_request => true,
118: argument1 => to_char(tdom),
119: argument2 => 'A');

Line 121: spid := fnd_request.submit_request(application => 'FND',

117: sub_request => true,
118: argument1 => to_char(tdom),
119: argument2 => 'A');
120: elsif (rand = 2) then
121: spid := fnd_request.submit_request(application => 'FND',
122: program => 'FNDCRMTB',
123: sub_request => true,
124: argument1 => to_char(tdom),
125: argument2 => 'B');

Line 127: spid := fnd_request.submit_request(application => 'FND',

123: sub_request => true,
124: argument1 => to_char(tdom),
125: argument2 => 'B');
126: else
127: spid := fnd_request.submit_request(application => 'FND',
128: program => 'FNDCRMTC',
129: sub_request => true,
130: argument1 => to_char(tdom),
131: argument2 => 'C');