DBA Data[Home] [Help]

APPS.FND_ADG_SUPPORT dependencies on FND_CONCURRENT_PROGRAMS

Line 402: from fnd_concurrent_programs a

398: begin
399:
400: select a.Execution_Method_Code
401: into l_Execution_Method_Code
402: from fnd_concurrent_programs a
403: where a.APPLICATION_ID = p_program_application_id
404: and a.CONCURRENT_PROGRAM_ID = p_concurrent_program_id;
405:
406: if ( l_Execution_Method_Code = C_REPORTWRITER )