DBA Data[Home] [Help]

APPS.AME_ACL_INS dependencies on AME_ACL_SHD

Line 54: (p_rec in out nocopy ame_acl_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy ame_acl_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: l_current_user_id number;

Line 109: ame_acl_shd.constraint_error

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

Line 114: ame_acl_shd.constraint_error

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

Line 119: ame_acl_shd.constraint_error

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

Line 164: (p_rec in out nocopy ame_acl_shd.g_rec_type

160: --
161: -- {End Of Comments}
162: -- ----------------------------------------------------------------------------
163: Procedure pre_insert
164: (p_rec in out nocopy ame_acl_shd.g_rec_type
165: ,p_action_id in number
166: ) is
167: --
168: l_proc varchar2(72) := g_package||'pre_insert';

Line 211: (p_rec in ame_acl_shd.g_rec_type

207: --
208: -- {End Of Comments}
209: -- ----------------------------------------------------------------------------
210: Procedure post_insert
211: (p_rec in ame_acl_shd.g_rec_type
212: ) is
213: --
214: l_proc varchar2(72) := g_package||'post_insert';
215: --

Line 248: (p_rec in out nocopy ame_acl_shd.g_rec_type

244: -- ----------------------------------------------------------------------------
245: -- |---------------------------------< ins >----------------------------------|
246: -- ----------------------------------------------------------------------------
247: Procedure ins
248: (p_rec in out nocopy ame_acl_shd.g_rec_type
249: ,p_action_id in number
250: ) is
251: --
252: l_proc varchar2(72) := g_package||'ins';

Line 299: l_rec ame_acl_shd.g_rec_type;

295: ,p_source_lang in varchar2
296: ,p_description in varchar2
297: ) is
298: --
299: l_rec ame_acl_shd.g_rec_type;
300: l_proc varchar2(72) := g_package||'ins';
301: --
302: Begin
303: hr_utility.set_location('Entering:'||l_proc, 5);

Line 309: ame_acl_shd.convert_args

305: -- Call conversion function to turn arguments into the
306: -- p_rec structure.
307: --
308: l_rec :=
309: ame_acl_shd.convert_args
310: (null
311: ,p_language
312: ,p_source_lang
313: ,p_description