DBA Data[Home] [Help]

APPS.PER_CPA_INS dependencies on PER_CPA_SHD

Line 54: (p_rec in out nocopy per_cpa_shd.g_rec_type

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

Line 101: per_cpa_shd.constraint_error

97: Exception
98: When hr_api.check_integrity_violated Then
99: -- A check constraint has been violated
100: --
101: per_cpa_shd.constraint_error
102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When hr_api.parent_integrity_violated Then
104: -- Parent integrity has been violated
105: --

Line 106: per_cpa_shd.constraint_error

102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When hr_api.parent_integrity_violated Then
104: -- Parent integrity has been violated
105: --
106: per_cpa_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: --

Line 111: per_cpa_shd.constraint_error

107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: --
111: per_cpa_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When Others Then
114: --
115: Raise;

Line 156: (p_rec in out nocopy per_cpa_shd.g_rec_type

152: --
153: -- {End Of Comments}
154: -- ----------------------------------------------------------------------------
155: Procedure pre_insert
156: (p_rec in out nocopy per_cpa_shd.g_rec_type
157: ) is
158: --
159: l_proc varchar2(72) := g_package||'pre_insert';
160: --

Line 210: ,p_rec in per_cpa_shd.g_rec_type

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

Line 254: ,p_rec in out nocopy per_cpa_shd.g_rec_type

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

Line 305: l_rec per_cpa_shd.g_rec_type;

301: ,p_cagr_api_param_id out nocopy number
302: ,p_object_version_number out nocopy number
303: ) is
304: --
305: l_rec per_cpa_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: per_cpa_shd.convert_args

311: -- Call conversion function to turn arguments into the
312: -- p_rec structure.
313: --
314: l_rec :=
315: per_cpa_shd.convert_args
316: (null
317: ,p_cagr_api_id
318: ,p_display_name
319: ,p_parameter_name