DBA Data[Home] [Help]

APPS.HR_SNP_SHD dependencies on HR_TRANSACTION_SNAPSHOT

Line 60: from hr_transaction_snapshot

56: ,document
57: ,object_name
58: ,object_identifier
59:
60: from hr_transaction_snapshot
61: where snapshot_id = p_snapshot_id;
62: --
63: l_fct_ret boolean;
64: --

Line 133: from hr_transaction_snapshot

129: ,object_version_number
130: ,document
131: ,object_name
132: ,object_identifier
133: from hr_transaction_snapshot
134: where snapshot_id = p_snapshot_id
135: for update nowait;
136: --
137: l_proc varchar2(72) := g_package||'lck';

Line 182: fnd_message.set_token('TABLE_NAME', 'hr_transaction_snapshot');

178: -- The object is locked therefore we need to supply a meaningful
179: -- error message.
180: --
181: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
182: fnd_message.set_token('TABLE_NAME', 'hr_transaction_snapshot');
183: fnd_message.raise_error;
184: End lck;
185: -----------------------------< convert_args >-----------------------------|
186: -- ----------------------------------------------------------------------------