DBA Data[Home] [Help]

APPS.HR_DYNSQL dependencies on HR_ENTRY_API

Line 257: -- for hr_entry_api.

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

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

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

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

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

Line 267: hr_entry_api.validate_entry_value

263: -- code on value set validation).
264: -- this line can be introduced in Next base release
265: -- Bugfix 2827092
266: --p_value_set_id => value_set_id,
267: hr_entry_api.validate_entry_value
268: (p_element_link_id => link_id,
269: p_input_value_id => p_input_value_id,
270: p_session_date => p_effective_date,
271: p_screen_format => screen_value,