DBA Data[Home] [Help]

APPS.PAY_PRG_PROCESS_EVENTS dependencies on FND_GLOBAL

Line 115: if (nvl(fnd_global.conc_request_id, -1) < 0) then

111: end if;
112:
113: if (submit_req = TRUE) then
114:
115: if (nvl(fnd_global.conc_request_id, -1) < 0) then
116: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
117: end if;
118:
119: -- Standard call to check for call compatibility

Line 177: X_Argument6 => fnd_global.conc_request_id,

173: X_Batch_size=>lv_batch_size,
174: X_Num_Workers=>lv_Num_Workers,
175: X_Argument4 => lv_debug_flag,
176: X_Argument5 => P_Purge_Date,
177: X_Argument6 => fnd_global.conc_request_id,
178: X_Argument7 => null,
179: X_Argument8 => null,
180: X_Argument9 => null,
181: X_Argument10 => null);

Line 201: l_sub_reqtab := fnd_concurrent.get_sub_requests(fnd_global.conc_request_id);

197: end if;
198:
199: else
200:
201: l_sub_reqtab := fnd_concurrent.get_sub_requests(fnd_global.conc_request_id);
202:
203: x_retcode := FND_API.G_RET_STS_SUCCESS;
204:
205: for i IN 1..l_sub_reqtab.COUNT()