DBA Data[Home] [Help]

APPS.PQH_REFRESH_DATA dependencies on FND_PROFILE

Line 249: := get_legislation_code(fnd_profile.value('PER_BUSINESS_GROUP_ID'));

245: l_tot_main_columns NUMBER;
246: l_tot_main_rows NUMBER;
247: l_all_main_rows_array DBMS_SQL.VARCHAR2_TABLE;
248: l_legislation_code varchar2(30)
249: := get_legislation_code(fnd_profile.value('PER_BUSINESS_GROUP_ID'));
250: type t_string is table of pqh_attributes_tl.attribute_name%type
251: index by binary_integer;
252: l_change_items t_string;
253: l_chg_items_index integer := 0;