DBA Data[Home] [Help]

APPS.BEN_DM_GEN_SELF_REF dependencies on BEN_DM_GEN_DOWNLOAD

Line 27: l_spaces := ben_dm_gen_download.indent(p_indent_spaces => p_indent_spaces,

23: ) return varchar2 is
24: l_spaces varchar2(100);
25: begin
26:
27: l_spaces := ben_dm_gen_download.indent(p_indent_spaces => p_indent_spaces,
28: p_newline => p_newline ) ;
29: return l_spaces;
30: end indent;
31:

Line 222: l_locals := ben_dm_gen_download.format_comment('Declare cursors and local variables',2)

218: l_proc_index := l_proc_index + 1;
219:
220: -- local variables of the procedure
221:
222: l_locals := ben_dm_gen_download.format_comment('Declare cursors and local variables',2)
223: || indent ||
224: ' l_proc varchar2(72) := g_package '|| '|| ''main'';' || indent ||
225: ' l_fk_map_id number ;' || indent ||
226: ' l_old_pk_key number ;' || indent ||

Line 238: l_proc_comment := ben_dm_gen_download.format_comment('procedure to upload all columns of '

234:
235:
236:
237:
238: l_proc_comment := ben_dm_gen_download.format_comment('procedure to upload all columns of '
239: || ' self reference from entity results .')||
240: indent;
241:
242: -- add the procedure comment defination to the package header and body