DBA Data[Home] [Help]

APPS.AME_RTL_INS dependencies on AME_RTL_SHD

Line 54: (p_rec in out nocopy ame_rtl_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy ame_rtl_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: l_created_by ame_rules_tl.created_by%TYPE;

Line 115: ame_rtl_shd.constraint_error

111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: --
115: ame_rtl_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.parent_integrity_violated Then
118: -- Parent integrity has been violated
119: --

Line 120: ame_rtl_shd.constraint_error

116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.parent_integrity_violated Then
118: -- Parent integrity has been violated
119: --
120: ame_rtl_shd.constraint_error
121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
122: When hr_api.unique_integrity_violated Then
123: -- Unique integrity has been violated
124: --

Line 125: ame_rtl_shd.constraint_error

121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
122: When hr_api.unique_integrity_violated Then
123: -- Unique integrity has been violated
124: --
125: ame_rtl_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When Others Then
128: --
129: Raise;

Line 170: (p_rec in out nocopy ame_rtl_shd.g_rec_type

166: --
167: -- {End Of Comments}
168: -- ----------------------------------------------------------------------------
169: Procedure pre_insert
170: (p_rec in out nocopy ame_rtl_shd.g_rec_type
171: ,p_rule_id in number
172: ) is
173: --
174: l_proc varchar2(72) := g_package||'pre_insert';

Line 217: (p_rec in ame_rtl_shd.g_rec_type

213: --
214: -- {End Of Comments}
215: -- ----------------------------------------------------------------------------
216: Procedure post_insert
217: (p_rec in ame_rtl_shd.g_rec_type
218: ) is
219: --
220: l_proc varchar2(72) := g_package||'post_insert';
221: --

Line 254: (p_rec in out nocopy ame_rtl_shd.g_rec_type

250: -- ----------------------------------------------------------------------------
251: -- |---------------------------------< ins >----------------------------------|
252: -- ----------------------------------------------------------------------------
253: Procedure ins
254: (p_rec in out nocopy ame_rtl_shd.g_rec_type
255: ,p_rule_id in number
256: ) is
257: --
258: l_proc varchar2(72) := g_package||'ins';

Line 305: l_rec ame_rtl_shd.g_rec_type;

301: ,p_source_lang in varchar2
302: ,p_description in varchar2
303: ) is
304: --
305: l_rec ame_rtl_shd.g_rec_type;
306: l_proc varchar2(72) := g_package||'ins';
307: --
308: Begin
309: hr_utility.set_location('Entering:'||l_proc, 5);

Line 315: ame_rtl_shd.convert_args

311: -- Call conversion function to turn arguments into the
312: -- p_rec structure.
313: --
314: l_rec :=
315: ame_rtl_shd.convert_args
316: (null
317: ,p_language
318: ,p_source_lang
319: ,p_description