DBA Data[Home] [Help]

APPS.CE_LEVELING_UTILS dependencies on FND_PROFILE

Line 126: fnd_profile.get('CONC_REQUEST_ID', reqid);

122: -- populate ce_security_profiles_gt table with ce_security_procfiles_v
123: CEP_STANDARD.init_security;
124:
125: -- Get original request id
126: fnd_profile.get('CONC_REQUEST_ID', reqid);
127: request_id := to_number(reqid);
128:
129: -- Generate fund transfer for each proposed transfer
130: FOR p_transfer in C_proposed_transfers(p_run_id)

Line 302: l_bat_profile := FND_PROFILE.VALUE('CE_BANK_ACCOUNT_TRANSFERS');

298: l_debug_proc VARCHAR2(30) := 'Generate_Fund_Transfer';
299: BEGIN
300: log_msg(l_debug_proc,'begin',FND_LOG.LEVEL_PROCEDURE);
301:
302: l_bat_profile := FND_PROFILE.VALUE('CE_BANK_ACCOUNT_TRANSFERS');
303: log_msg(l_debug_proc,'l_bat_profile='||l_bat_profile);
304:
305: IF (l_bat_profile = 'XTR') THEN
306: SELECT authorization_bat