DBA Data[Home] [Help]

APPS.PA_AUTOALLOC_WF_PKG dependencies on FND_PROFILE_OPTION_VALUES

Line 238: v_lang fnd_profile_option_values.profile_option_value%TYPE;

234: v_batch_name Varchar2(60);
235: v_batch_type_code Varchar2(1);
236: v_allocation_method_code Varchar2(1);
237: v_step_number Number;
238: v_lang fnd_profile_option_values.profile_option_value%TYPE;
239: v_value fnd_profile_option_values.profile_option_value%TYPE;
240: v_launched_from VARCHAR2(10);
241:
242: Begin

Line 239: v_value fnd_profile_option_values.profile_option_value%TYPE;

235: v_batch_type_code Varchar2(1);
236: v_allocation_method_code Varchar2(1);
237: v_step_number Number;
238: v_lang fnd_profile_option_values.profile_option_value%TYPE;
239: v_value fnd_profile_option_values.profile_option_value%TYPE;
240: v_launched_from VARCHAR2(10);
241:
242: Begin
243: