DBA Data[Home] [Help]

APPS.FV_IPAC_DISBURSEMENT_PKG dependencies on FND_PROFILE

Line 4093: --* : fnd_profile.value *--

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

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

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

Line 4288: --* : fnd_profile.value *--

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

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

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