DBA Data[Home] [Help]

APPS.PAY_TER_INS dependencies on PAY_TER_SHD

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

Line 78: pay_ter_shd.constraint_error

74: hr_utility.set_location(' Leaving:'||l_proc, 10);
75: Exception
76: When hr_api.check_integrity_violated Then
77: -- A check constraint has been violated
78: pay_ter_shd.constraint_error
79: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
80: When hr_api.parent_integrity_violated Then
81: -- Parent integrity has been violated
82: pay_ter_shd.constraint_error

Line 82: pay_ter_shd.constraint_error

78: pay_ter_shd.constraint_error
79: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
80: When hr_api.parent_integrity_violated Then
81: -- Parent integrity has been violated
82: pay_ter_shd.constraint_error
83: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
84: When hr_api.unique_integrity_violated Then
85: -- Unique integrity has been violated
86: pay_ter_shd.constraint_error

Line 86: pay_ter_shd.constraint_error

82: pay_ter_shd.constraint_error
83: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
84: When hr_api.unique_integrity_violated Then
85: -- Unique integrity has been violated
86: pay_ter_shd.constraint_error
87: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
88: When Others Then
89: Raise;
90: End insert_dml;

Line 129: Procedure pre_insert(p_rec in out nocopy pay_ter_shd.g_rec_type) is

125: -- Internal Row Handler Use Only.
126: --
127: -- {End Of Comments}
128: -- ----------------------------------------------------------------------------
129: Procedure pre_insert(p_rec in out nocopy pay_ter_shd.g_rec_type) is
130: --
131: l_proc varchar2(72) := g_package||'pre_insert';
132: --
133: Cursor C_Sel1 is select pay_template_exclusion_rules_s.nextval from sys.dual;

Line 180: Procedure post_insert(p_rec in pay_ter_shd.g_rec_type) is

176: -- Internal Row Handler Use Only.
177: --
178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure post_insert(p_rec in pay_ter_shd.g_rec_type) is
181: --
182: l_proc varchar2(72) := g_package||'post_insert';
183: --
184: Begin

Line 195: p_rec in out nocopy pay_ter_shd.g_rec_type

191: -- |---------------------------------< ins >----------------------------------|
192: -- ----------------------------------------------------------------------------
193: Procedure ins
194: (
195: p_rec in out nocopy pay_ter_shd.g_rec_type
196: ) is
197: --
198: l_proc varchar2(72) := g_package||'ins';
199: --

Line 233: l_rec pay_ter_shd.g_rec_type;

229: p_description in varchar2 default null,
230: p_object_version_number out nocopy number
231: ) is
232: --
233: l_rec pay_ter_shd.g_rec_type;
234: l_proc varchar2(72) := g_package||'ins';
235: --
236: Begin
237: hr_utility.set_location('Entering:'||l_proc, 5);

Line 243: pay_ter_shd.convert_args

239: -- Call conversion function to turn arguments into the
240: -- p_rec structure.
241: --
242: l_rec :=
243: pay_ter_shd.convert_args
244: (
245: null,
246: p_template_id,
247: p_flexfield_column,