DBA Data[Home] [Help]

APPS.PER_LETTER_TYPES_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 109: from fnd_concurrent_programs fcp

105: procedure get_concurrent_program(p_concurrent_program_id in number,
106: p_concurrent_program_name in out varchar2) is
107: --
108: cursor c1 is select concurrent_program_name
109: from fnd_concurrent_programs fcp
110: where p_concurrent_program_id = fcp.concurrent_program_id;
111:
112: begin
113: --