DBA Data[Home] [Help]

APPS.PAY_SSR_INS dependencies on PAY_SSR_SHD

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

Line 81: pay_ssr_shd.constraint_error

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

Line 85: pay_ssr_shd.constraint_error

81: pay_ssr_shd.constraint_error
82: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
83: When hr_api.parent_integrity_violated Then
84: -- Parent integrity has been violated
85: pay_ssr_shd.constraint_error
86: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
87: When hr_api.unique_integrity_violated Then
88: -- Unique integrity has been violated
89: pay_ssr_shd.constraint_error

Line 89: pay_ssr_shd.constraint_error

85: pay_ssr_shd.constraint_error
86: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
87: When hr_api.unique_integrity_violated Then
88: -- Unique integrity has been violated
89: pay_ssr_shd.constraint_error
90: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
91: When Others Then
92: Raise;
93: End insert_dml;

Line 132: Procedure pre_insert(p_rec in out nocopy pay_ssr_shd.g_rec_type) is

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

Line 183: Procedure post_insert(p_rec in pay_ssr_shd.g_rec_type) is

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

Line 199: p_rec in out nocopy pay_ssr_shd.g_rec_type

195: -- ----------------------------------------------------------------------------
196: Procedure ins
197: (
198: p_effective_date in date,
199: p_rec in out nocopy pay_ssr_shd.g_rec_type
200: ) is
201: --
202: l_proc varchar2(72) := g_package||'ins';
203: --

Line 237: l_rec pay_ssr_shd.g_rec_type;

233: p_object_version_number out nocopy number
234: ,p_exclusion_rule_id in number default null
235: ) is
236: --
237: l_rec pay_ssr_shd.g_rec_type;
238: l_proc varchar2(72) := g_package||'ins';
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);

Line 247: pay_ssr_shd.convert_args

243: -- Call conversion function to turn arguments into the
244: -- p_rec structure.
245: --
246: l_rec :=
247: pay_ssr_shd.convert_args
248: (
249: null,
250: p_element_type_id,
251: p_element_classification,