DBA Data[Home] [Help]

APPS.PJI_PROCESS_UTIL dependencies on FND_CONCURRENT

Line 617: if (FND_CONCURRENT.GET_REQUEST_STATUS

613: end if;
614:
615: l_request_id := p_request_id;
616:
617: if (FND_CONCURRENT.GET_REQUEST_STATUS
618: (
619: l_request_id,
620: PJI_UTILS.GET_PJI_SCHEMA_NAME,
621: p_request_name,

Line 684: FND_CONCURRENT_REQUESTS

680: into
681: l_process_id,
682: l_session_id
683: from
684: FND_CONCURRENT_REQUESTS
685: where
686: REQUEST_ID = l_request_id;
687:
688: select

Line 739: if (FND_CONCURRENT.WAIT_FOR_REQUEST

735: if (p_request_id is null) then
736: return;
737: end if;
738:
739: if (FND_CONCURRENT.WAIT_FOR_REQUEST
740: (
741: p_request_id,
742: p_delay,
743: 0, -- wait forever