DBA Data[Home] [Help]

APPS.FND_AMP_PRIVATE dependencies on FND_CONCURRENT_PROGRAM_SERIAL

Line 155: from fnd_concurrent_program_serial

151: end if;
152:
153: /* Are they incompatible? */
154: select count(*) into c
155: from fnd_concurrent_program_serial
156: where running_application_id = program_appl2
157: and running_concurrent_program_id = program_id2
158: and to_run_application_id = program_appl1
159: and to_run_concurrent_program_id = program_id1;