DBA Data[Home] [Help]

APPS.PQH_BPR_INS dependencies on PQH_BPR_SHD

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

Line 102: pqh_bpr_shd.constraint_error

98: hr_utility.set_location(' Leaving:'||l_proc, 10);
99: Exception
100: When hr_api.check_integrity_violated Then
101: -- A check constraint has been violated
102: pqh_bpr_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When hr_api.parent_integrity_violated Then
105: -- Parent integrity has been violated
106: pqh_bpr_shd.constraint_error

Line 106: pqh_bpr_shd.constraint_error

102: pqh_bpr_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When hr_api.parent_integrity_violated Then
105: -- Parent integrity has been violated
106: pqh_bpr_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: pqh_bpr_shd.constraint_error

Line 110: pqh_bpr_shd.constraint_error

106: pqh_bpr_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: pqh_bpr_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When Others Then
113: Raise;
114: End insert_dml;

Line 153: Procedure pre_insert(p_rec in out nocopy pqh_bpr_shd.g_rec_type) is

149: -- Internal Row Handler Use Only.
150: --
151: -- {End Of Comments}
152: -- ----------------------------------------------------------------------------
153: Procedure pre_insert(p_rec in out nocopy pqh_bpr_shd.g_rec_type) is
154: --
155: l_proc varchar2(72) := g_package||'pre_insert';
156: --
157: Cursor C_Sel1 is select pqh_budget_periods_s.nextval from sys.dual;

Line 204: Procedure post_insert(p_rec in pqh_bpr_shd.g_rec_type) is

200: -- Internal Row Handler Use Only.
201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure post_insert(p_rec in pqh_bpr_shd.g_rec_type) is
205: --
206: l_proc varchar2(72) := g_package||'post_insert';
207: --
208: Begin

Line 258: p_rec in out nocopy pqh_bpr_shd.g_rec_type

254: -- |---------------------------------< ins >----------------------------------|
255: -- ----------------------------------------------------------------------------
256: Procedure ins
257: (
258: p_rec in out nocopy pqh_bpr_shd.g_rec_type
259: ) is
260: --
261: l_proc varchar2(72) := g_package||'ins';
262: --

Line 307: l_rec pqh_bpr_shd.g_rec_type;

303: p_budget_unit3_available in number default null,
304: p_object_version_number out nocopy number
305: ) is
306: --
307: l_rec pqh_bpr_shd.g_rec_type;
308: l_proc varchar2(72) := g_package||'ins';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);

Line 317: pqh_bpr_shd.convert_args

313: -- Call conversion function to turn arguments into the
314: -- p_rec structure.
315: --
316: l_rec :=
317: pqh_bpr_shd.convert_args
318: (
319: null,
320: p_budget_detail_id,
321: p_start_time_period_id,