DBA Data[Home] [Help]

APPS.HR_INPUT_VALUES dependencies on PAY_LINK_INPUT_VALUES_S

Line 1103: select pay_link_input_values_s.nextval

1099: -- then do not process again
1100: if iv_rec.input_value_id <> v_old_input_value_id then
1101: --
1102: -- Get sequence number for link_input_value
1103: select pay_link_input_values_s.nextval
1104: into v_link_input_value_id
1105: from sys.dual;
1106: --
1107: -- Copy the date effective rows from the input value to the link input

Line 1184: pay_link_input_values_s.nextval,

1180: LAST_UPDATE_LOGIN,
1181: CREATED_BY,
1182: CREATION_DATE)
1183: select
1184: pay_link_input_values_s.nextval,
1185: greatest(p_validation_start_date,eL.effective_start_date),
1186: least(p_validation_end_date,eL.effective_end_date),
1187: el.element_link_id,
1188: p_input_value_id,