DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PKG dependencies on FND_PROFILE

Line 231: FND_PROFILE.get('JGZZ_COUNTRY_CODE',l_country_code);

227: fa_debug_pkg.add(l_calling_fn, 'setting', 'localizations info');
228: end if;
229:
230: -- Doing this check for globalizations until a better way is found.
231: FND_PROFILE.get('JGZZ_COUNTRY_CODE',l_country_code);
232:
233: -- Derive Product Code from Country
234: -- Application Id: 7000-JA, 7002-JE, 7003-JG, 7004-JL
235: -- Right now just getting the info to make sure we select the global_attributexx columns

Line 1305: l_appid fnd_profile_option_values.level_value_application_id%type;

1301: END deprn_calc_info;
1302: --
1303: FUNCTION get_event_list RETURN VARCHAR2 IS
1304:
1305: l_appid fnd_profile_option_values.level_value_application_id%type;
1306: l_event_list VARCHAR2(2000) := ' in (';
1307:
1308: l_calling_fn varchar2(80) := 'fa_asset_trace_pkg.get_event_list';
1309:

Line 1381: l_appid fnd_profile_option_values.level_value_application_id%type;

1377: l_counter NUMBER;
1378: l_idx number;
1379: l_options_tbl FA_ASSET_TRACE_PUB.t_options_tbl;
1380: l_col_exclusions FA_ASSET_TRACE_PUB.t_excl_tbl;
1381: l_appid fnd_profile_option_values.level_value_application_id%type;
1382:
1383: l_calling_fn varchar2(80) := 'fa_asset_trace_pkg.load_xla_info';
1384:
1385: BEGIN