DBA Data[Home] [Help]

APPS.HR_DYNSQL dependencies on HR_CHKFMT

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

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