DBA Data[Home] [Help]

APPS.PQH_WPR_INS dependencies on PQH_WPR_SHD

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

Line 102: pqh_wpr_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_wpr_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_wpr_shd.constraint_error

Line 106: pqh_wpr_shd.constraint_error

102: pqh_wpr_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_wpr_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_wpr_shd.constraint_error

Line 110: pqh_wpr_shd.constraint_error

106: pqh_wpr_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_wpr_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_wpr_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_wpr_shd.g_rec_type) is
154: --
155: l_proc varchar2(72) := g_package||'pre_insert';
156: --
157: Cursor C_Sel1 is select pqh_worksheet_periods_s.nextval from sys.dual;

Line 205: p_effective_date in date,p_rec in pqh_wpr_shd.g_rec_type) is

201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure post_insert(
205: p_effective_date in date,p_rec in pqh_wpr_shd.g_rec_type) is
206: --
207: l_proc varchar2(72) := g_package||'post_insert';
208: --
209: Begin

Line 261: p_rec in out nocopy pqh_wpr_shd.g_rec_type

257: -- ----------------------------------------------------------------------------
258: Procedure ins
259: (
260: p_effective_date in date,
261: p_rec in out nocopy pqh_wpr_shd.g_rec_type
262: ) is
263: --
264: l_proc varchar2(72) := g_package||'ins';
265: --

Line 313: l_rec pqh_wpr_shd.g_rec_type;

309: p_budget_unit2_available in number default null,
310: p_budget_unit1_available in number default null
311: ) is
312: --
313: l_rec pqh_wpr_shd.g_rec_type;
314: l_proc varchar2(72) := g_package||'ins';
315: --
316: Begin
317: hr_utility.set_location('Entering:'||l_proc, 5);

Line 323: pqh_wpr_shd.convert_args

319: -- Call conversion function to turn arguments into the
320: -- p_rec structure.
321: --
322: l_rec :=
323: pqh_wpr_shd.convert_args
324: (
325: null,
326: p_end_time_period_id,
327: p_worksheet_detail_id,