DBA Data[Home] [Help]

APPS.FND_OAM_CPCHARTS_COL dependencies on FND_APPLICATION_VL

Line 647: from fnd_concurrent_requests r, fnd_application_vl v

643: PROCEDURE refresh_running_req_app
644: IS
645: cursor req_c is
646: select count(*) count, application_name
647: from fnd_concurrent_requests r, fnd_application_vl v
648: where r.program_application_id = v.application_id and status_code = 'R'
649: group by application_name;
650:
651: BEGIN