DBA Data[Home] [Help]

APPS.WIP_WS_LABOR_METRIC_PUB dependencies on FND_CONCURRENT_REQUESTS

Line 615: from fnd_concurrent_requests

611: Bug 6891668. Modified Logic for Checking Concurrency */
612:
613: select count(1)
614: into l_pgm_count
615: from fnd_concurrent_requests
616: where program_application_id = g_program_appl_id
617: and concurrent_program_id = g_program_id
618: and upper(phase_code) = 'R'
619: and argument1 = to_char(p_organization_id);