DBA Data[Home] [Help]

APPS.PQH_ATL_INS dependencies on PQH_ATL_SHD

Line 47: Procedure insert_dml(p_rec in out nocopy pqh_atl_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_atl_shd.g_rec_type) is
48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin

Line 76: pqh_atl_shd.constraint_error

72: hr_utility.set_location(' Leaving:'||l_proc, 10);
73: Exception
74: When hr_api.check_integrity_violated Then
75: -- A check constraint has been violated
76: pqh_atl_shd.constraint_error
77: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
78: When hr_api.parent_integrity_violated Then
79: -- Parent integrity has been violated
80: pqh_atl_shd.constraint_error

Line 80: pqh_atl_shd.constraint_error

76: pqh_atl_shd.constraint_error
77: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
78: When hr_api.parent_integrity_violated Then
79: -- Parent integrity has been violated
80: pqh_atl_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: When hr_api.unique_integrity_violated Then
83: -- Unique integrity has been violated
84: pqh_atl_shd.constraint_error

Line 84: pqh_atl_shd.constraint_error

80: pqh_atl_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: When hr_api.unique_integrity_violated Then
83: -- Unique integrity has been violated
84: pqh_atl_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When Others Then
87: Raise;
88: End insert_dml;

Line 127: Procedure pre_insert(p_rec in out nocopy pqh_atl_shd.g_rec_type,

123: -- Internal Row Handler Use Only.
124: --
125: -- {End Of Comments}
126: -- ----------------------------------------------------------------------------
127: Procedure pre_insert(p_rec in out nocopy pqh_atl_shd.g_rec_type,
128: p_attribute_id in number) is
129: --
130: l_proc varchar2(72) := g_package||'pre_insert';
131: --

Line 175: Procedure post_insert(p_rec in pqh_atl_shd.g_rec_type) is

171: -- Internal Row Handler Use Only.
172: --
173: -- {End Of Comments}
174: -- ----------------------------------------------------------------------------
175: Procedure post_insert(p_rec in pqh_atl_shd.g_rec_type) is
176: --
177: l_proc varchar2(72) := g_package||'post_insert';
178: --
179: Begin

Line 216: p_rec in out nocopy pqh_atl_shd.g_rec_type,

212: -- |---------------------------------< ins >----------------------------------|
213: -- ----------------------------------------------------------------------------
214: Procedure ins
215: (
216: p_rec in out nocopy pqh_atl_shd.g_rec_type,
217: p_attribute_id in number
218: ) is
219: --
220: l_proc varchar2(72) := g_package||'ins';

Line 254: l_rec pqh_atl_shd.g_rec_type;

250: p_language in varchar2,
251: p_source_lang in varchar2
252: ) is
253: --
254: l_rec pqh_atl_shd.g_rec_type;
255: l_proc varchar2(72) := g_package||'ins';
256: --
257: Begin
258: hr_utility.set_location('Entering:'||l_proc, 5);

Line 264: pqh_atl_shd.convert_args

260: -- Call conversion function to turn arguments into the
261: -- p_rec structure.
262: --
263: l_rec :=
264: pqh_atl_shd.convert_args
265: (
266: null,
267: p_attribute_name,
268: p_language,