DBA Data[Home] [Help]

APPS.EAM_JOBCLOSE_PRIV dependencies on FND_CONCURRENT

Line 101: l_call_status:= FND_CONCURRENT.WAIT_FOR_REQUEST

97:
98: l_counter number := 0;
99: BEGIN
100: LOOP
101: l_call_status:= FND_CONCURRENT.WAIT_FOR_REQUEST
102: ( p_request_id,
103: 10,
104: -1,
105: l_phase,