DBA Data[Home] [Help]

APPS.PQH_TXH_DEL dependencies on PQH_TXH_SHD

Line 52: (p_rec in pqh_txh_shd.g_rec_type

48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml
52: (p_rec in pqh_txh_shd.g_rec_type
53: ) is
54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --

Line 75: pqh_txh_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: pqh_txh_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: --
79: Raise;

Line 114: Procedure pre_delete(p_rec in pqh_txh_shd.g_rec_type) is

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure pre_delete(p_rec in pqh_txh_shd.g_rec_type) is
115: --
116: l_proc varchar2(72) := g_package||'pre_delete';
117: --
118: Begin

Line 156: Procedure post_delete(p_rec in pqh_txh_shd.g_rec_type) is

152: -- Internal Row Handler Use Only.
153: --
154: -- {End Of Comments}
155: -- -----------------------------------------------------------------------------
156: Procedure post_delete(p_rec in pqh_txh_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 183: (p_rec in pqh_txh_shd.g_rec_type

179: -- ----------------------------------------------------------------------------
180: -- |---------------------------------< del >----------------------------------|
181: -- ----------------------------------------------------------------------------
182: Procedure del
183: (p_rec in pqh_txh_shd.g_rec_type
184: ) is
185: --
186: l_proc varchar2(72) := g_package||'del';
187: --

Line 193: pqh_txh_shd.lck

189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: -- We must lock the row which we need to delete.
192: --
193: pqh_txh_shd.lck
194: (p_rec.transaction_history_id
195: );
196: --
197: -- Call the supporting delete validate operation

Line 228: l_rec pqh_txh_shd.g_rec_type;

224: Procedure del
225: (p_transaction_history_id in number
226: ) is
227: --
228: l_rec pqh_txh_shd.g_rec_type;
229: l_proc varchar2(72) := g_package||'del';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);