DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on FND_CONCURRENT_REQUESTS

Line 795: from fnd_concurrent_requests

791:
792: begin
793: select parent_request_id
794: into l_pnt_request_id
795: from fnd_concurrent_requests
796: where request_id=l_request_id;
797:
798: exception
799: when others then