DBA Data[Home] [Help]

APPS.PAY_TEMPLATE_IVS dependencies on HR_TEMPLATE_EXISTENCE

Line 298: already_exists := hr_template_existence.upg_link_iv_exists(

294: already been attempted for this element...and the input value has
295: already been added successfully to this point.
296: */
297:
298: already_exists := hr_template_existence.upg_link_iv_exists(
299: p_element_link_id => l_element_link_id,
300: p_input_val_id => p_input_value_id);
301:
302: if already_exists = 0 then

Line 367: already_exists := hr_template_existence.upg_entry_val_exists(

363: /*
364: Check if entry value already exists for this iv. If so, do nothing.
365: */
366:
367: already_exists := hr_template_existence.upg_entry_val_exists(
368: p_element_entry_id => l_element_entry_id,
369: p_input_val_id => p_input_value_id);
370:
371: if already_exists = 0 then

Line 454: already_exists := hr_template_existence.upg_result_val_exists(

450: /*
451: Check if run result values already exist for this iv. If so, do nothing.
452: */
453:
454: already_exists := hr_template_existence.upg_result_val_exists(
455: p_run_result_id => l_run_result_id,
456: p_input_val_id => p_input_value_id);
457:
458: if already_exists = 0 then