DBA Data[Home] [Help]

APPS.HR_ELEMENT_LINKS dependencies on HR_INPUT_VALUES

Line 32: hr_input_values

28: following tables :
29: PAY_ELEMENT_LINKS_F
30: --
31: Uses : hr_element_links
32: hr_input_values
33: Used By : n/a
34: --
35: Test List
36: ---------

Line 693: hr_input_values.create_link_input_value(

689: --
690: hr_utility.set_location('hr_element_links.ins_3p_element_link', 1);
691: --
692: -- Call create link input value
693: hr_input_values.create_link_input_value(
694: 'INSERT_LINK',
695: p_element_link_id,
696: NULL,
697: NULL,

Line 1184: iv_rec.name <> hr_input_values.get_pay_value_name

1180: --
1181: -- If the costable type is 'D' then only the pay value can be
1182: -- be costed
1183: if p_costable_type = 'D' and
1184: iv_rec.name <> hr_input_values.get_pay_value_name
1185: (p_legislation_code) and
1186: p_costed_flag = 'Y' then
1187: --
1188: HR_utility.set_message(801, 'PAY_6404_INPVAL_NO_COST_LINK');