DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_MAIN dependencies on PER_RI_CONFIG_INFORMATION

Line 82: l_enterprise_short_name per_ri_config_information.config_information1%type;

78: l_retcode_msg number(15);
79: l_fresh_installed boolean;
80: l_data_pump_exception boolean;
81:
82: l_enterprise_short_name per_ri_config_information.config_information1%type;
83: not_fresh_install EXCEPTION;
84: data_pump_load_failure EXCEPTION;
85:
86: l_user_tab per_ri_config_tech_summary.user_tab;

Line 788: l_enterprise_short_name per_ri_config_information.config_information1%type;

784: l_retcode_msg number(15);
785: l_fresh_installed boolean;
786: l_data_pump_exception boolean;
787:
788: l_enterprise_short_name per_ri_config_information.config_information1%type;
789: not_fresh_install EXCEPTION;
790: data_pump_load_failure EXCEPTION;
791:
792: l_technical_summary_mode boolean default false;