DBA Data[Home] [Help]

APPS.PQH_SAT_INS dependencies on PQH_SAT_SHD

Line 50: Procedure insert_dml(p_rec in out nocopy pqh_sat_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_sat_shd.g_rec_type) is
51: --
52: l_proc varchar2(72) := g_package||'insert_dml';
53: --
54: Begin

Line 91: pqh_sat_shd.constraint_error

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

Line 95: pqh_sat_shd.constraint_error

91: pqh_sat_shd.constraint_error
92: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
93: When hr_api.parent_integrity_violated Then
94: -- Parent integrity has been violated
95: pqh_sat_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.unique_integrity_violated Then
98: -- Unique integrity has been violated
99: pqh_sat_shd.constraint_error

Line 99: pqh_sat_shd.constraint_error

95: pqh_sat_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.unique_integrity_violated Then
98: -- Unique integrity has been violated
99: pqh_sat_shd.constraint_error
100: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
101: When Others Then
102: Raise;
103: End insert_dml;

Line 142: Procedure pre_insert(p_rec in out nocopy pqh_sat_shd.g_rec_type) is

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

Line 194: p_effective_date in date,p_rec in pqh_sat_shd.g_rec_type) is

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

Line 243: p_rec in out nocopy pqh_sat_shd.g_rec_type

239: -- ----------------------------------------------------------------------------
240: Procedure ins
241: (
242: p_effective_date in date,
243: p_rec in out nocopy pqh_sat_shd.g_rec_type
244: ) is
245: --
246: l_proc varchar2(72) := g_package||'ins';
247: --

Line 288: l_rec pqh_sat_shd.g_rec_type;

284: p_ddf_value_column_name in varchar2 default null,
285: p_context in varchar2
286: ) is
287: --
288: l_rec pqh_sat_shd.g_rec_type;
289: l_proc varchar2(72) := g_package||'ins';
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);

Line 298: pqh_sat_shd.convert_args

294: -- Call conversion function to turn arguments into the
295: -- p_rec structure.
296: --
297: l_rec :=
298: pqh_sat_shd.convert_args
299: (
300: null,
301: p_txn_category_attribute_id,
302: p_attribute_type_cd,