DBA Data[Home] [Help]

APPS.PQH_CET_INS dependencies on PQH_CET_SHD

Line 47: Procedure insert_dml(p_rec in out nocopy pqh_cet_shd.g_rec_type) is

43: -- Internal Row Handler Use Only.
44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure insert_dml(p_rec in out nocopy pqh_cet_shd.g_rec_type) is
48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin

Line 96: pqh_cet_shd.constraint_error

92: hr_utility.set_location(' Leaving:'||l_proc, 10);
93: Exception
94: When hr_api.check_integrity_violated Then
95: -- A check constraint has been violated
96: pqh_cet_shd.constraint_error
97: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
98: When hr_api.parent_integrity_violated Then
99: -- Parent integrity has been violated
100: pqh_cet_shd.constraint_error

Line 100: pqh_cet_shd.constraint_error

96: pqh_cet_shd.constraint_error
97: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
98: When hr_api.parent_integrity_violated Then
99: -- Parent integrity has been violated
100: pqh_cet_shd.constraint_error
101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: pqh_cet_shd.constraint_error

Line 104: pqh_cet_shd.constraint_error

100: pqh_cet_shd.constraint_error
101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: pqh_cet_shd.constraint_error
105: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
106: When Others Then
107: Raise;
108: End insert_dml;

Line 147: Procedure pre_insert(p_rec in out nocopy pqh_cet_shd.g_rec_type) is

143: -- Internal Row Handler Use Only.
144: --
145: -- {End Of Comments}
146: -- ----------------------------------------------------------------------------
147: Procedure pre_insert(p_rec in out nocopy pqh_cet_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select pqh_copy_entity_txns_s.nextval from sys.dual;

Line 199: p_effective_date in date,p_rec in pqh_cet_shd.g_rec_type) is

195: --
196: -- {End Of Comments}
197: -- ----------------------------------------------------------------------------
198: Procedure post_insert(
199: p_effective_date in date,p_rec in pqh_cet_shd.g_rec_type) is
200: --
201: l_proc varchar2(72) := g_package||'post_insert';
202: --
203: Begin

Line 253: p_rec in out nocopy pqh_cet_shd.g_rec_type

249: -- ----------------------------------------------------------------------------
250: Procedure ins
251: (
252: p_effective_date in date,
253: p_rec in out nocopy pqh_cet_shd.g_rec_type
254: ) is
255: --
256: l_proc varchar2(72) := g_package||'ins';
257: --

Line 303: l_rec pqh_cet_shd.g_rec_type;

299: p_status in varchar2 default null,
300: p_object_version_number out nocopy number
301: ) is
302: --
303: l_rec pqh_cet_shd.g_rec_type;
304: l_proc varchar2(72) := g_package||'ins';
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);

Line 313: pqh_cet_shd.convert_args

309: -- Call conversion function to turn arguments into the
310: -- p_rec structure.
311: --
312: l_rec :=
313: pqh_cet_shd.convert_args
314: (
315: null,
316: p_transaction_category_id,
317: p_txn_category_attribute_id,