DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PKG dependencies on FND_GLOBAL

Line 126: l_parent_request := fnd_global.conc_request_id;

122: FA_ASSET_TRACE_PVT.ocfile (FA_ASSET_TRACE_PVT.g_logfile, l_filename,'O');
123: END IF;
124: log(l_calling_fn, 'use utl file: '|| fa_asset_trace_pkg.g_use_utl_file);
125: if (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N') then
126: l_parent_request := fnd_global.conc_request_id;
127: log(l_calling_fn, 'l_parent_request: '|| l_parent_request);
128: l_qstarted := FA_ASSET_TRACE_PUB.start_queue (p_qtable => g_qtable,
129: p_qpayload_type => 'GAT_message_type',
130: p_qname => g_qname);

Line 1345: l_appid := FND_GLOBAL.resp_appl_id;

1341: and ev.application_id = l_appid
1342: and ev.entity_id = en.entity_id;
1343:
1344: BEGIN
1345: l_appid := FND_GLOBAL.resp_appl_id;
1346: if (l_appid = -1) then
1347: --must have been called from backend. Assuming 140.
1348: l_appid := 140;
1349: end if;

Line 1389: l_appid := FND_GLOBAL.resp_appl_id;

1385: BEGIN
1386:
1387: l_counter := g_options_tbl.count +1;
1388: l_idx := 0;
1389: l_appid := FND_GLOBAL.resp_appl_id;
1390: if (l_appid = -1) then
1391: --must have been called from backend. Assuming 140.
1392: l_appid := 140;
1393: end if;