DBA Data[Home] [Help]

APPS.HR_TRS_UPD dependencies on HR_API_TRANSACTION_STEPS

Line 67: -- Update the hr_api_transaction_steps Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: hr_trs_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_api_transaction_steps Row
68: --
69: update hr_api_transaction_steps
70: set
71: api_name = p_rec.api_name,

Line 69: update hr_api_transaction_steps

65: hr_trs_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_api_transaction_steps Row
68: --
69: update hr_api_transaction_steps
70: set
71: api_name = p_rec.api_name,
72: api_display_name = p_rec.api_display_name,
73: processing_order = p_rec.processing_order,