DBA Data[Home] [Help]

APPS.HR_TRN_UPD dependencies on HR_API_TRANSACTIONS

Line 65: -- Update the hr_api_transactions Row

61: --
62: --
63: hr_trn_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Update the hr_api_transactions Row
66: --
67: update hr_api_transactions
68: set
69: transaction_id = p_rec.transaction_id,

Line 67: update hr_api_transactions

63: hr_trn_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Update the hr_api_transactions Row
66: --
67: update hr_api_transactions
68: set
69: transaction_id = p_rec.transaction_id,
70: creator_person_id = p_rec.creator_person_id,
71: transaction_privilege = p_rec.transaction_privilege,