DBA Data[Home] [Help]

APPS.HR_SNP_UPD dependencies on HR_TRANSACTION_SNAPSHOT

Line 68: -- Update the hr_transaction_snapshot Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the hr_transaction_snapshot Row
69: --
70: update hr_transaction_snapshot
71: set
72: object_version_number = p_rec.object_version_number

Line 70: update hr_transaction_snapshot

66: --
67: --
68: -- Update the hr_transaction_snapshot Row
69: --
70: update hr_transaction_snapshot
71: set
72: object_version_number = p_rec.object_version_number
73: ,document = p_rec.document
74: ,object_name = p_rec.object_name

Line 213: (p_module_name => 'HR_TRANSACTION_SNAPSHOT'

209: --
210: when hr_api.cannot_find_prog_unit then
211: --
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'HR_TRANSACTION_SNAPSHOT'
214: ,p_hook_type => 'AU');
215: --
216: end;
217: --