DBA Data[Home] [Help]

APPS.BEN_DM_GEN_DOWNLOAD dependencies on HR_DM_TABLES

Line 243: -- Uses the derive_sql_source_tables info stored in HR_DM_TABLES to form the

239: raise;
240: end add_to_package_body;
241: -- ----------------------- get_derive_from_clause -------------------------
242: -- Description:
243: -- Uses the derive_sql_source_tables info stored in HR_DM_TABLES to form the
244: -- 'from clause'.
245: -- The from clause stored in each derive field will be in the following format :
246: -- table1 tbl,:table2 tbl2, :table3 tbl3
247: -- where ':' is the next line indicator i.e : will be replaced with new line.

Line 724: l_generator_version hr_dm_tables.generator_version%type;

720: l_header varchar2(32767);
721: l_body varchar2(32767);
722: l_header_comment varchar2(2048);
723: l_package_name varchar2(30) ;
724: l_generator_version hr_dm_tables.generator_version%type;
725: l_package_version varchar2(200);
726: l_index number := 1;
727: l_proc_body_tbl t_varchar2_32k_tbl;
728: l_proc_index number := 1;