DBA Data[Home] [Help]

APPS.FND_CONC_TEMPLATES dependencies on FND_CONCURRENT_PROGRAMS

Line 79: from fnd_concurrent_programs

75: -- Obtain a default template if set for a conc program definition
76: begin
77: select template_appl_short_name, template_code
78: into default_templ_shrt_name, default_templ_code
79: from fnd_concurrent_programs
80: where application_id = prog_app_id
81: and concurrent_program_name = conc_prog_name;
82: exception
83: when NO_DATA_FOUND then