DBA Data[Home] [Help]

APPS.PAY_IVL_UPD dependencies on PAY_INPUT_VALUES_F

Line 78: (p_base_table_name => 'pay_input_values_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'pay_input_values_f'
79: ,p_base_key_column => 'input_value_id'
80: ,p_base_key_value => p_rec.input_value_id
81: );
82: --

Line 85: -- Update the pay_input_values_f Row

81: );
82: --
83: pay_ivl_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pay_input_values_f Row
86: --
87: update pay_input_values_f
88: set
89: input_value_id = p_rec.input_value_id

Line 87: update pay_input_values_f

83: pay_ivl_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pay_input_values_f Row
86: --
87: update pay_input_values_f
88: set
89: input_value_id = p_rec.input_value_id
90: ,element_type_id = p_rec.element_type_id
91: ,lookup_type = p_rec.lookup_type

Line 490: (p_module_name => 'PAY_INPUT_VALUES_F'

486: --
487: when hr_api.cannot_find_prog_unit then
488: --
489: hr_api.cannot_find_prog_unit_error
490: (p_module_name => 'PAY_INPUT_VALUES_F'
491: ,p_hook_type => 'AU');
492: --
493: end;
494: --