DBA Data[Home] [Help]

APPS.PQH_BCE_INS dependencies on PQH_BCE_SHD

Line 49: Procedure insert_dml(p_rec in out nocopy pqh_bce_shd.g_rec_type) is

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

Line 94: pqh_bce_shd.constraint_error

90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated
94: pqh_bce_shd.constraint_error
95: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
96: When hr_api.parent_integrity_violated Then
97: -- Parent integrity has been violated
98: pqh_bce_shd.constraint_error

Line 98: pqh_bce_shd.constraint_error

94: pqh_bce_shd.constraint_error
95: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
96: When hr_api.parent_integrity_violated Then
97: -- Parent integrity has been violated
98: pqh_bce_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: pqh_bce_shd.constraint_error

Line 102: pqh_bce_shd.constraint_error

98: pqh_bce_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: pqh_bce_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When Others Then
105: Raise;
106: End insert_dml;

Line 145: Procedure pre_insert(p_rec in out nocopy pqh_bce_shd.g_rec_type) is

141: -- Internal Row Handler Use Only.
142: --
143: -- {End Of Comments}
144: -- ----------------------------------------------------------------------------
145: Procedure pre_insert(p_rec in out nocopy pqh_bce_shd.g_rec_type) is
146: --
147: l_proc varchar2(72) := g_package||'pre_insert';
148: --
149: Cursor C_Sel1 is select pqh_bdgt_cmmtmnt_elmnts_s.nextval from sys.dual;

Line 197: p_effective_date in date,p_rec in pqh_bce_shd.g_rec_type) is

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

Line 248: p_rec in out nocopy pqh_bce_shd.g_rec_type

244: -- ----------------------------------------------------------------------------
245: Procedure ins
246: (
247: p_effective_date in date,
248: p_rec in out nocopy pqh_bce_shd.g_rec_type
249: ) is
250: --
251: l_proc varchar2(72) := g_package||'ins';
252: --

Line 295: l_rec pqh_bce_shd.g_rec_type;

291: p_overhead_percentage in number default null,
292: p_object_version_number out nocopy number
293: ) is
294: --
295: l_rec pqh_bce_shd.g_rec_type;
296: l_proc varchar2(72) := g_package||'ins';
297: --
298: Begin
299: hr_utility.set_location('Entering:'||l_proc, 5);

Line 305: pqh_bce_shd.convert_args

301: -- Call conversion function to turn arguments into the
302: -- p_rec structure.
303: --
304: l_rec :=
305: pqh_bce_shd.convert_args
306: (
307: null,
308: p_budget_id,
309: p_actual_commitment_type,