DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PKG dependencies on FND_PROFILE

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

247: fa_debug_pkg.add(l_calling_fn, 'setting', 'localizations info');
248: end if;
249:
250: -- Doing this check for globalizations until a better way is found.
251: FND_PROFILE.get('JGZZ_COUNTRY_CODE',l_country_code);
252:
253: -- Derive Product Code from Country
254: -- Application Id: 7000-JA, 7002-JE, 7003-JG, 7004-JL
255: -- Right now just getting the info to make sure we select the global_attributexx columns

Line 947: l_appid fnd_profile_option_values.level_value_application_id%type;

943: --
944:
945: PROCEDURE get_dist_info (p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) IS
946:
947: l_appid fnd_profile_option_values.level_value_application_id%type;
948: l_options_tbl FA_ASSET_TRACE_PUB.t_options_tbl;
949: l_select_clause varchar2(2000);
950: l_stmt varchar2(32767);
951: l_tbl varchar2(100);

Line 1338: l_appid fnd_profile_option_values.level_value_application_id%type;

1334: END deprn_calc_info;
1335: --
1336: FUNCTION get_event_list RETURN VARCHAR2 IS
1337:
1338: l_appid fnd_profile_option_values.level_value_application_id%type;
1339: l_event_list VARCHAR2(32767) := ' in (';
1340:
1341: l_calling_fn varchar2(80) := 'fa_asset_trace_pkg.get_event_list';
1342:

Line 1437: l_appid fnd_profile_option_values.level_value_application_id%type;

1433: l_counter NUMBER;
1434: l_idx number;
1435: l_options_tbl FA_ASSET_TRACE_PUB.t_options_tbl;
1436: l_col_exclusions FA_ASSET_TRACE_PUB.t_excl_tbl;
1437: l_appid fnd_profile_option_values.level_value_application_id%type;
1438:
1439: l_calling_fn varchar2(80) := 'fa_asset_trace_pkg.load_xla_info';
1440:
1441: BEGIN