DBA Data[Home] [Help]

APPS.PAY_SIMULATOR_SS_PKG dependencies on FND_PROFILE

Line 728: fnd_profile.get('ICX_DATE_FORMAT_MASK', l_date_prof_value);

724: hr_utility.set_location('Entering:'|| l_proc, 10);
725: open c_input_name;
726: fetch c_input_name into l_name;
727: close c_input_name;
728: fnd_profile.get('ICX_DATE_FORMAT_MASK', l_date_prof_value);
729: l_date_prof_value := nvl(l_date_prof_value,'DD-MON-RRRR');
730:
731: open csr_table_inp_ids;
732: fetch csr_table_inp_ids into l_element_name,l_uom,l_lookup_type,l_value_set_id,l_min_value,l_max_value,l_input_curr_code;