DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on FND_CONCURRENT_REQUESTS

Line 796: from fnd_concurrent_requests

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