DBA Data[Home] [Help]

APPS.PQH_TSH_INS dependencies on PQH_TSH_SHD

Line 79: (p_rec in out nocopy pqh_tsh_shd.g_rec_type

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

Line 128: pqh_tsh_shd.constraint_error

124: Exception
125: When hr_api.check_integrity_violated Then
126: -- A check constraint has been violated
127: --
128: pqh_tsh_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_tsh_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_tsh_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_tsh_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_tsh_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_tsh_shd.g_rec_type

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

Line 264: (p_rec in pqh_tsh_shd.g_rec_type

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

Line 291: (p_rec in out nocopy pqh_tsh_shd.g_rec_type

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

Line 348: l_rec pqh_tsh_shd.g_rec_type;

344: ,p_transaction_history_id OUT NOCOPY number
345: ,p_approval_history_id OUT NOCOPY number
346: ) is
347: --
348: l_rec pqh_tsh_shd.g_rec_type;
349: l_proc varchar2(72) := g_package||'ins';
350: --
351: Begin
352: hr_utility.set_location('Entering:'||l_proc, 5);

Line 358: pqh_tsh_shd.convert_args

354: -- Call conversion function to turn arguments into the
355: -- p_rec structure.
356: --
357: l_rec :=
358: pqh_tsh_shd.convert_args
359: (p_transaction_history_id
360: ,p_approval_history_id
361: ,p_creator_person_id
362: ,p_creator_role