DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on FND_PROFILE

Line 868: fnd_profile.get('PAY_NO_IV_FMLA_VALIDATION', v_formula_profile);

864: fetch csr_val_fmla into v_formula_id;
865: close csr_val_fmla;
866: --
867: -- Allow a user to switch off in emergency.
868: fnd_profile.get('PAY_NO_IV_FMLA_VALIDATION', v_formula_profile);
869: if (v_formula_profile is null and p_db_format is not null and
870: v_formula_id is not null) then
871: run_validation_formula (v_formula_id, p_session_date,
872: p_db_format, v_warning_or_error);

Line 8563: fnd_profile.get('HR_ELE_ENTRY_PURGE_CONTROL', l_prof_value);

8559: if g_debug then
8560: hr_utility.set_location('hr_entry_api.delete_element_entry', 18);
8561: end if;
8562: -- Start by reading the value.
8563: fnd_profile.get('HR_ELE_ENTRY_PURGE_CONTROL', l_prof_value);
8564: --
8565: -- Check if the profile is set appropriately and we are
8566: -- restricted.
8567: if l_prof_value is not null and