DBA Data[Home] [Help]

APPS.PQH_WKS_INS dependencies on PQH_WKS_SHD

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

Line 94: pqh_wks_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_wks_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_wks_shd.constraint_error

Line 98: pqh_wks_shd.constraint_error

94: pqh_wks_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_wks_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_wks_shd.constraint_error

Line 102: pqh_wks_shd.constraint_error

98: pqh_wks_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_wks_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_wks_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_wks_shd.g_rec_type) is
146: --
147: l_proc varchar2(72) := g_package||'pre_insert';
148: --
149: Cursor C_Sel1 is select pqh_worksheets_s.nextval from sys.dual;

Line 197: p_effective_date in date,p_rec in pqh_wks_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_wks_shd.g_rec_type) is
198: --
199: l_proc varchar2(72) := g_package||'post_insert';
200: --
201:

Line 288: p_rec in out nocopy pqh_wks_shd.g_rec_type

284: -- ----------------------------------------------------------------------------
285: Procedure ins
286: (
287: p_effective_date in date,
288: p_rec in out nocopy pqh_wks_shd.g_rec_type
289: ) is
290: --
291: l_proc varchar2(72) := g_package||'ins';
292: --

Line 336: l_rec pqh_wks_shd.g_rec_type;

332: p_propagation_method in varchar2 default null,
333: p_wf_transaction_category_id in number
334: ) is
335: --
336: l_rec pqh_wks_shd.g_rec_type;
337: l_proc varchar2(72) := g_package||'ins';
338: --
339: Begin
340: hr_utility.set_location('Entering:'||l_proc, 5);

Line 346: pqh_wks_shd.convert_args

342: -- Call conversion function to turn arguments into the
343: -- p_rec structure.
344: --
345: l_rec :=
346: pqh_wks_shd.convert_args
347: (
348: null,
349: p_budget_id,
350: p_worksheet_name,