DBA Data[Home] [Help]

APPS.HR_NMF_INS dependencies on HR_NMF_SHD

Line 75: (p_rec in out nocopy hr_nmf_shd.g_rec_type

71: --
72: -- {End Of Comments}
73: -- ----------------------------------------------------------------------------
74: Procedure insert_dml
75: (p_rec in out nocopy hr_nmf_shd.g_rec_type
76: ) is
77: --
78: l_proc varchar2(72) := g_package||'insert_dml';
79: --

Line 111: hr_nmf_shd.constraint_error

107: end if;
108: Exception
109: When hr_api.check_integrity_violated Then
110: -- A check constraint has been violated
111: hr_nmf_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When hr_api.parent_integrity_violated Then
114: -- Parent integrity has been violated
115: hr_nmf_shd.constraint_error

Line 115: hr_nmf_shd.constraint_error

111: hr_nmf_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When hr_api.parent_integrity_violated Then
114: -- Parent integrity has been violated
115: hr_nmf_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.unique_integrity_violated Then
118: -- Unique integrity has been violated
119: hr_nmf_shd.constraint_error

Line 119: hr_nmf_shd.constraint_error

115: hr_nmf_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.unique_integrity_violated Then
118: -- Unique integrity has been violated
119: hr_nmf_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When Others Then
122: Raise;
123: End insert_dml;

Line 163: (p_rec in out nocopy hr_nmf_shd.g_rec_type

159: --
160: -- {End Of Comments}
161: -- ----------------------------------------------------------------------------
162: Procedure pre_insert
163: (p_rec in out nocopy hr_nmf_shd.g_rec_type
164: ) is
165: --
166: Cursor C_Sel1 is select hr_name_formats_s.nextval from sys.dual;
167: --

Line 255: ,p_rec in hr_nmf_shd.g_rec_type

251: -- {End Of Comments}
252: -- ----------------------------------------------------------------------------
253: Procedure post_insert
254: (p_effective_date in date
255: ,p_rec in hr_nmf_shd.g_rec_type
256: ) is
257: --
258: l_proc varchar2(72) := g_package||'post_insert';
259: --

Line 302: ,p_rec in out nocopy hr_nmf_shd.g_rec_type

298: -- |---------------------------------< ins >----------------------------------|
299: -- ----------------------------------------------------------------------------
300: Procedure ins
301: (p_effective_date in date
302: ,p_rec in out nocopy hr_nmf_shd.g_rec_type
303: ) is
304: --
305: l_proc varchar2(72) := g_package||'ins';
306: --

Line 358: l_rec hr_nmf_shd.g_rec_type;

354: ,p_name_format_id out nocopy number
355: ,p_object_version_number out nocopy number
356: ) is
357: --
358: l_rec hr_nmf_shd.g_rec_type;
359: l_proc varchar2(72) := g_package||'ins';
360: --
361: Begin
362: if g_debug then

Line 370: hr_nmf_shd.convert_args

366: -- Call conversion function to turn arguments into the
367: -- p_rec structure.
368: --
369: l_rec :=
370: hr_nmf_shd.convert_args
371: (null
372: ,p_format_name
373: ,p_legislation_code
374: ,p_user_format_choice