DBA Data[Home] [Help]

APPS.PQH_BGM_INS dependencies on PQH_BGM_SHD

Line 50: Procedure insert_dml(p_rec in out nocopy pqh_bgm_shd.g_rec_type) is

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

Line 81: pqh_bgm_shd.constraint_error

77: hr_utility.set_location(' Leaving:'||l_proc, 10);
78: Exception
79: When hr_api.check_integrity_violated Then
80: -- A check constraint has been violated
81: pqh_bgm_shd.constraint_error
82: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
83: When hr_api.parent_integrity_violated Then
84: -- Parent integrity has been violated
85: pqh_bgm_shd.constraint_error

Line 85: pqh_bgm_shd.constraint_error

81: pqh_bgm_shd.constraint_error
82: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
83: When hr_api.parent_integrity_violated Then
84: -- Parent integrity has been violated
85: pqh_bgm_shd.constraint_error
86: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
87: When hr_api.unique_integrity_violated Then
88: -- Unique integrity has been violated
89: pqh_bgm_shd.constraint_error

Line 89: pqh_bgm_shd.constraint_error

85: pqh_bgm_shd.constraint_error
86: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
87: When hr_api.unique_integrity_violated Then
88: -- Unique integrity has been violated
89: pqh_bgm_shd.constraint_error
90: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
91: When Others Then
92: Raise;
93: End insert_dml;

Line 132: Procedure pre_insert(p_rec in out nocopy pqh_bgm_shd.g_rec_type) is

128: -- Internal Row Handler Use Only.
129: --
130: -- {End Of Comments}
131: -- ----------------------------------------------------------------------------
132: Procedure pre_insert(p_rec in out nocopy pqh_bgm_shd.g_rec_type) is
133: --
134: l_proc varchar2(72) := g_package||'pre_insert';
135: --
136: Cursor C_Sel1 is select pqh_budget_gl_flex_maps_s.nextval from sys.dual;

Line 183: Procedure post_insert(p_rec in pqh_bgm_shd.g_rec_type) is

179: -- Internal Row Handler Use Only.
180: --
181: -- {End Of Comments}
182: -- ----------------------------------------------------------------------------
183: Procedure post_insert(p_rec in pqh_bgm_shd.g_rec_type) is
184: --
185: l_proc varchar2(72) := g_package||'post_insert';
186: --
187: Begin

Line 225: p_rec in out nocopy pqh_bgm_shd.g_rec_type

221: -- |---------------------------------< ins >----------------------------------|
222: -- ----------------------------------------------------------------------------
223: Procedure ins
224: (
225: p_rec in out nocopy pqh_bgm_shd.g_rec_type
226: ) is
227: --
228: l_proc varchar2(72) := g_package||'ins';
229: --

Line 262: l_rec pqh_bgm_shd.g_rec_type;

258: p_payroll_cost_segment in varchar2,
259: p_object_version_number out nocopy number
260: ) is
261: --
262: l_rec pqh_bgm_shd.g_rec_type;
263: l_proc varchar2(72) := g_package||'ins';
264: --
265: Begin
266: hr_utility.set_location('Entering:'||l_proc, 5);

Line 272: pqh_bgm_shd.convert_args

268: -- Call conversion function to turn arguments into the
269: -- p_rec structure.
270: --
271: l_rec :=
272: pqh_bgm_shd.convert_args
273: (
274: null,
275: p_budget_id,
276: p_gl_account_segment,