DBA Data[Home] [Help]

APPS.FND_IREP_DEFERRED_LOADER dependencies on FND_CONCURRENT

Line 70: if (not FND_CONCURRENT.GET_REQUEST_STATUS(tempReqID, null, null,

66: for i in 1..LDT_Array.COUNT loop
67: tempReqID := ReqID_Array(i);
68:
69: if (prevReqID < ReqID_Array(i)) then -- new request
70: if (not FND_CONCURRENT.GET_REQUEST_STATUS(tempReqID, null, null,
71: cp_rphase, cp_rstatus, cp_dphase, cp_dstatus, cp_message)) then
72: cp_dphase := 'COMPLETE';
73: cp_dstatus := 'ERROR';
74: cp_message := 'Request ' || to_char(ReqID_Array(i))