DBA Data[Home] [Help]

APPS.HR_DYNSQL dependencies on HR_CHKFMT

Line 254: screen_value := hr_chkfmt.changeformat(p_updated_value, uom, input_curr);

250: -- the external format to the internal one.
251: -- Convert value from internal to extrenal format in preperation
252: -- for hr_entry_api.
253: hr_entry_api.set_formula_contexts (p_assignment_id, p_effective_date);
254: screen_value := hr_chkfmt.changeformat(p_updated_value, uom, input_curr);
255: -- Have temporarily removed the following lines from the call
256: -- to hr_entry_api.validate_entry_value to avoid a huge patching issue
257: -- with 11.5 c-code chain (where would have to pull in all other dependant
258: -- code on value set validation).