DBA Data[Home] [Help]

APPS.AME_ATL_INS dependencies on AME_ATL_SHD

Line 54: (p_rec in out nocopy ame_atl_shd.g_rec_type

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

Line 114: ame_atl_shd.constraint_error

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

Line 119: ame_atl_shd.constraint_error

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

Line 124: ame_atl_shd.constraint_error

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

Line 169: (p_rec in out nocopy ame_atl_shd.g_rec_type

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

Line 216: (p_rec in ame_atl_shd.g_rec_type

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

Line 253: (p_rec in out nocopy ame_atl_shd.g_rec_type

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

Line 304: l_rec ame_atl_shd.g_rec_type;

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

Line 314: ame_atl_shd.convert_args

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