DBA Data[Home] [Help]

APPS.PJI_PROCESS_UTIL dependencies on FND_CONCURRENT

Line 715: if (FND_CONCURRENT.GET_REQUEST_STATUS

711: end if;
712:
713: l_request_id := p_request_id;
714:
715: if (FND_CONCURRENT.GET_REQUEST_STATUS
716: (
717: l_request_id,
718: PJI_UTILS.GET_PJI_SCHEMA_NAME,
719: p_request_name,

Line 796: FND_CONCURRENT_REQUESTS

792: into
793: l_process_id,
794: l_session_id
795: from
796: FND_CONCURRENT_REQUESTS
797: where
798: REQUEST_ID = l_request_id;
799:
800: select

Line 851: if (FND_CONCURRENT.WAIT_FOR_REQUEST

847: if (p_request_id is null) then
848: return;
849: end if;
850:
851: if (FND_CONCURRENT.WAIT_FOR_REQUEST
852: (
853: p_request_id,
854: p_delay,
855: 0, -- wait forever