DBA Data[Home] [Help]

APPS.WIP_WS_LABOR_METRIC_PUB dependencies on FND_CONCURRENT_REQUESTS

Line 641: from fnd_concurrent_requests

637: Bug 6891668. Modified Logic for Checking Concurrency */
638:
639: select count(1)
640: into l_pgm_count
641: from fnd_concurrent_requests
642: where program_application_id = g_program_appl_id
643: and concurrent_program_id = g_program_id
644: and upper(phase_code) = 'R'
645: and argument1 = to_char(p_organization_id);