DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on FND_CONCURRENT_REQUESTS

Line 6631: from fnd_concurrent_requests

6627: l_text varchar2(1000) ;
6628: --
6629: cursor c_get_parent_req_id is
6630: select parent_request_id
6631: from fnd_concurrent_requests
6632: where request_id = fnd_global.conc_request_id;
6633: --
6634: begin
6635: --