DBA Data[Home] [Help]

APPS.HR_DYNSQL dependencies on HR_ENTRY_API

Line 252: -- for hr_entry_api.

248: --
249: -- Perform certain required validation checks and convert
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

Line 253: hr_entry_api.set_formula_contexts (p_assignment_id, p_effective_date);

249: -- Perform certain required validation checks and convert
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

Line 256: -- to hr_entry_api.validate_entry_value to avoid a huge patching issue

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).
259: -- this line can be introduced in Next base release
260: -- Bugfix 2827092

Line 262: hr_entry_api.validate_entry_value

258: -- code on value set validation).
259: -- this line can be introduced in Next base release
260: -- Bugfix 2827092
261: --p_value_set_id => value_set_id,
262: hr_entry_api.validate_entry_value
263: (p_element_link_id => link_id,
264: p_input_value_id => p_input_value_id,
265: p_session_date => p_effective_date,
266: p_screen_format => screen_value,