DBA Data[Home] [Help]

APPS.HR_TRV_UPD dependencies on HR_API_TRANSACTION_VALUES

Line 64: -- Update the hr_api_transaction_values Row

60: --
61: --
62: hr_trv_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the hr_api_transaction_values Row
65: --
66: update hr_api_transaction_values
67: set
68: transaction_value_id = p_rec.transaction_value_id,

Line 66: update hr_api_transaction_values

62: hr_trv_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the hr_api_transaction_values Row
65: --
66: update hr_api_transaction_values
67: set
68: transaction_value_id = p_rec.transaction_value_id,
69: transaction_step_id = p_rec.transaction_step_id,
70: datatype = p_rec.datatype,