DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_MAIN dependencies on PER_RI_CONFIG_INFORMATION

Line 76: l_enterprise_short_name per_ri_config_information.config_information1%type;

72: l_retcode_msg number(15);
73: l_fresh_installed boolean;
74: l_data_pump_exception boolean;
75:
76: l_enterprise_short_name per_ri_config_information.config_information1%type;
77: not_fresh_install EXCEPTION;
78: data_pump_load_failure EXCEPTION;
79:
80: l_user_tab per_ri_config_tech_summary.user_tab;

Line 728: l_enterprise_short_name per_ri_config_information.config_information1%type;

724: l_retcode_msg number(15);
725: l_fresh_installed boolean;
726: l_data_pump_exception boolean;
727:
728: l_enterprise_short_name per_ri_config_information.config_information1%type;
729: not_fresh_install EXCEPTION;
730: data_pump_load_failure EXCEPTION;
731:
732: l_technical_summary_mode boolean default false;