DBA Data[Home] [Help]

APPS.PQH_TAH_DEL dependencies on PQH_TAH_SHD

Line 52: (p_rec in pqh_tah_shd.g_rec_type

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

Line 76: pqh_tah_shd.constraint_error

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

Line 115: Procedure pre_delete(p_rec in pqh_tah_shd.g_rec_type) is

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

Line 157: Procedure post_delete(p_rec in pqh_tah_shd.g_rec_type) is

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

Line 184: (p_rec in pqh_tah_shd.g_rec_type

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

Line 194: pqh_tah_shd.lck

190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: -- We must lock the row which we need to delete.
193: --
194: pqh_tah_shd.lck
195: (p_rec.approval_history_id
196: ,p_rec.transaction_history_id
197: );
198: --

Line 231: l_rec pqh_tah_shd.g_rec_type;

227: (p_approval_history_id in number
228: ,p_transaction_history_id in number
229: ) is
230: --
231: l_rec pqh_tah_shd.g_rec_type;
232: l_proc varchar2(72) := g_package||'del';
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);