DBA Data[Home] [Help]

APPS.PQH_TAH_INS dependencies on PQH_TAH_SHD

Line 79: (p_rec in out nocopy pqh_tah_shd.g_rec_type

75: --
76: -- {End Of Comments}
77: -- ----------------------------------------------------------------------------
78: Procedure insert_dml
79: (p_rec in out nocopy pqh_tah_shd.g_rec_type
80: ) is
81: --
82: l_proc varchar2(72) := g_package||'insert_dml';
83: --

Line 128: pqh_tah_shd.constraint_error

124: Exception
125: When hr_api.check_integrity_violated Then
126: -- A check constraint has been violated
127: --
128: pqh_tah_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.parent_integrity_violated Then
131: -- Parent integrity has been violated
132: --

Line 133: pqh_tah_shd.constraint_error

129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.parent_integrity_violated Then
131: -- Parent integrity has been violated
132: --
133: pqh_tah_shd.constraint_error
134: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
135: When hr_api.unique_integrity_violated Then
136: -- Unique integrity has been violated
137: --

Line 138: pqh_tah_shd.constraint_error

134: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
135: When hr_api.unique_integrity_violated Then
136: -- Unique integrity has been violated
137: --
138: pqh_tah_shd.constraint_error
139: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
140: When Others Then
141: --
142: Raise;

Line 183: (p_rec in out nocopy pqh_tah_shd.g_rec_type

179: --
180: -- {End Of Comments}
181: -- ----------------------------------------------------------------------------
182: Procedure pre_insert
183: (p_rec in out nocopy pqh_tah_shd.g_rec_type
184: ) is
185: --
186: -- Cursor C_Sel1 is select pqh_ss_approval_history_s.nextval from sys.dual;
187: --

Line 263: (p_rec in pqh_tah_shd.g_rec_type

259: --
260: -- {End Of Comments}
261: -- ----------------------------------------------------------------------------
262: Procedure post_insert
263: (p_rec in pqh_tah_shd.g_rec_type
264: ) is
265: --
266: l_proc varchar2(72) := g_package||'post_insert';
267: --

Line 291: (p_rec in out nocopy pqh_tah_shd.g_rec_type

287: -- ----------------------------------------------------------------------------
288: -- |---------------------------------< ins >----------------------------------|
289: -- ----------------------------------------------------------------------------
290: Procedure ins
291: (p_rec in out nocopy pqh_tah_shd.g_rec_type
292: ) is
293: --
294: l_proc varchar2(72) := g_package||'ins';
295: --

Line 346: l_rec pqh_tah_shd.g_rec_type;

342: ,p_approval_history_id out nocopy number
343: ,p_transaction_history_id out nocopy number
344: ) is
345: --
346: l_rec pqh_tah_shd.g_rec_type;
347: l_proc varchar2(72) := g_package||'ins';
348: --
349: Begin
350: hr_utility.set_location('Entering:'||l_proc, 5);

Line 356: pqh_tah_shd.convert_args

352: -- Call conversion function to turn arguments into the
353: -- p_rec structure.
354: --
355: l_rec :=
356: pqh_tah_shd.convert_args
357: (null
358: ,null
359: ,p_transaction_effective_date
360: ,p_action