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 106: pqh_sat_shd.constraint_error

102: hr_utility.set_location(' Leaving:'||l_proc, 10);
103: Exception
104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated
106: pqh_sat_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.parent_integrity_violated Then
109: -- Parent integrity has been violated
110: pqh_sat_shd.constraint_error

Line 110: pqh_sat_shd.constraint_error

106: pqh_sat_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.parent_integrity_violated Then
109: -- Parent integrity has been violated
110: pqh_sat_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: pqh_sat_shd.constraint_error

Line 114: pqh_sat_shd.constraint_error

110: pqh_sat_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: pqh_sat_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When Others Then
117: Raise;
118: End insert_dml;

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

153: -- Internal Row Handler Use Only.
154: --
155: -- {End Of Comments}
156: -- ----------------------------------------------------------------------------
157: Procedure pre_insert(p_rec in out nocopy pqh_sat_shd.g_rec_type) is
158: --
159: l_proc varchar2(72) := g_package||'pre_insert';
160: --
161: Cursor C_Sel1 is select pqh_special_attributes_s.nextval from sys.dual;

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

205: --
206: -- {End Of Comments}
207: -- ----------------------------------------------------------------------------
208: Procedure post_insert(
209: p_effective_date in date,p_rec in pqh_sat_shd.g_rec_type) is
210: --
211: l_proc varchar2(72) := g_package||'post_insert';
212: --
213: Begin

Line 258: p_rec in out nocopy pqh_sat_shd.g_rec_type

254: -- ----------------------------------------------------------------------------
255: Procedure ins
256: (
257: p_effective_date in date,
258: p_rec in out nocopy pqh_sat_shd.g_rec_type
259: ) is
260: --
261: l_proc varchar2(72) := g_package||'ins';
262: --

Line 303: l_rec pqh_sat_shd.g_rec_type;

299: p_ddf_value_column_name in varchar2 default null,
300: p_context in varchar2
301: ) is
302: --
303: l_rec pqh_sat_shd.g_rec_type;
304: l_proc varchar2(72) := g_package||'ins';
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);

Line 313: pqh_sat_shd.convert_args

309: -- Call conversion function to turn arguments into the
310: -- p_rec structure.
311: --
312: l_rec :=
313: pqh_sat_shd.convert_args
314: (
315: null,
316: p_txn_category_attribute_id,
317: p_attribute_type_cd,