DBA Data[Home] [Help]

APPS.PQH_RST_INS dependencies on PQH_RST_SHD

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

Line 96: pqh_rst_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_rst_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_rst_shd.constraint_error

Line 100: pqh_rst_shd.constraint_error

96: pqh_rst_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_rst_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_rst_shd.constraint_error

Line 104: pqh_rst_shd.constraint_error

100: pqh_rst_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_rst_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_rst_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_rst_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: --

Line 198: p_effective_date in date,p_rec in pqh_rst_shd.g_rec_type) is

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

Line 251: p_rec in out nocopy pqh_rst_shd.g_rec_type

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

Line 300: l_rec pqh_rst_shd.g_rec_type;

296: p_seeded_rule_flag in varchar2 default 'N',
297: p_status in varchar2 default null
298: ) is
299: --
300: l_rec pqh_rst_shd.g_rec_type;
301: l_proc varchar2(72) := g_package||'ins';
302: --
303: Begin
304: hr_utility.set_location('Entering:'||l_proc, 5);

Line 310: pqh_rst_shd.convert_args

306: -- Call conversion function to turn arguments into the
307: -- p_rec structure.
308: --
309: l_rec :=
310: pqh_rst_shd.convert_args
311: (
312: p_business_group_id,
313: null,
314: p_rule_set_name,