DBA Data[Home] [Help]

APPS.PQH_BDT_INS dependencies on PQH_BDT_SHD

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

Line 108: pqh_bdt_shd.constraint_error

104: hr_utility.set_location(' Leaving:'||l_proc, 10);
105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: pqh_bdt_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
110: When hr_api.parent_integrity_violated Then
111: -- Parent integrity has been violated
112: pqh_bdt_shd.constraint_error

Line 112: pqh_bdt_shd.constraint_error

108: pqh_bdt_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
110: When hr_api.parent_integrity_violated Then
111: -- Parent integrity has been violated
112: pqh_bdt_shd.constraint_error
113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.unique_integrity_violated Then
115: -- Unique integrity has been violated
116: pqh_bdt_shd.constraint_error

Line 116: pqh_bdt_shd.constraint_error

112: pqh_bdt_shd.constraint_error
113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.unique_integrity_violated Then
115: -- Unique integrity has been violated
116: pqh_bdt_shd.constraint_error
117: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
118: When Others Then
119: Raise;
120: End insert_dml;

Line 159: Procedure pre_insert(p_rec in out nocopy pqh_bdt_shd.g_rec_type) is

155: -- Internal Row Handler Use Only.
156: --
157: -- {End Of Comments}
158: -- ----------------------------------------------------------------------------
159: Procedure pre_insert(p_rec in out nocopy pqh_bdt_shd.g_rec_type) is
160: --
161: l_proc varchar2(72) := g_package||'pre_insert';
162: --
163: Cursor C_Sel1 is select pqh_budget_details_s.nextval from sys.dual;

Line 210: Procedure post_insert(p_rec in pqh_bdt_shd.g_rec_type) is

206: -- Internal Row Handler Use Only.
207: --
208: -- {End Of Comments}
209: -- ----------------------------------------------------------------------------
210: Procedure post_insert(p_rec in pqh_bdt_shd.g_rec_type) is
211: --
212: l_proc varchar2(72) := g_package||'post_insert';
213: --
214: Begin

Line 267: p_rec in out nocopy pqh_bdt_shd.g_rec_type

263: -- |---------------------------------< ins >----------------------------------|
264: -- ----------------------------------------------------------------------------
265: Procedure ins
266: (
267: p_rec in out nocopy pqh_bdt_shd.g_rec_type
268: ) is
269: --
270: l_proc varchar2(72) := g_package||'ins';
271: --

Line 319: l_rec pqh_bdt_shd.g_rec_type;

315: p_gl_status in varchar2 default null,
316: p_object_version_number out nocopy number
317: ) is
318: --
319: l_rec pqh_bdt_shd.g_rec_type;
320: l_proc varchar2(72) := g_package||'ins';
321: --
322: Begin
323: hr_utility.set_location('Entering:'||l_proc, 5);

Line 329: pqh_bdt_shd.convert_args

325: -- Call conversion function to turn arguments into the
326: -- p_rec structure.
327: --
328: l_rec :=
329: pqh_bdt_shd.convert_args
330: (
331: null,
332: p_organization_id,
333: p_job_id,