DBA Data[Home] [Help]

APPS.FV_IPAC_DISBURSEMENT_PKG dependencies on FND_PROFILE

Line 4091: --* : fnd_profile.value *--

4087: --* Calls : cleanup_previous_failed_run *--
4088: --* : fnd_request.set_org_id *--
4089: --* : fnd_request.submit_request *--
4090: --* : fnd_concurrent.wait_for_request *--
4091: --* : fnd_profile.value *--
4092: --* : fv_utility.debug_mesg *--
4093: --* : fv_utility.log_mesg *--
4094: --* Tables Used : None *--
4095: --* Logic : 1. Get the value of FV_DOWNLOAD_TREASURY_FILES_DIRECTORY profile *--

Line 4131: l_directory_path := fnd_profile.value('FV_DOWNLOAD_TREASURY_FILES_DIRECTORY');

4127: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
4128: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'p_data_file_name = '||p_data_file_name);
4129: END IF;
4130:
4131: l_directory_path := fnd_profile.value('FV_DOWNLOAD_TREASURY_FILES_DIRECTORY');
4132:
4133: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
4134: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'l_directory_path = '||l_directory_path);
4135: END IF;

Line 4286: --* : fnd_profile.value *--

4282: --* : g_ia_paygroup WRITE *--
4283: --* Called from : Concurrent Program Upload IPAC Disbursement (FVIPDISB) *--
4284: --* Calls : fv_utility.debug_mesg *--
4285: --* : fv_utility.log_mesg *--
4286: --* : fnd_profile.value *--
4287: --* : load_data_file *--
4288: --* : process_data *--
4289: --* : kick_off_ap_invoices_import *--
4290: --* : check_for_ap_import_errors *--

Line 4344: l_batch_control := NVL(fnd_profile.value('AP_USE_INV_BATCH_CONTROLS'),'N');

4340: *****************************************************************************
4341: * Check to see if the AP:Use Invoice Batch Controls is set *
4342: *****************************************************************************
4343: */
4344: l_batch_control := NVL(fnd_profile.value('AP_USE_INV_BATCH_CONTROLS'),'N');
4345:
4346: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
4347: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'l_batch_control = '||l_batch_control);
4348: END IF;