DBA Data[Home] [Help]

APPS.PQP_FFA_INS dependencies on PQP_FFA_SHD

Line 76: (p_rec in out nocopy pqp_ffa_shd.g_rec_type

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

Line 117: pqp_ffa_shd.constraint_error

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

Line 122: pqp_ffa_shd.constraint_error

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

Line 127: pqp_ffa_shd.constraint_error

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

Line 172: (p_rec in out nocopy pqp_ffa_shd.g_rec_type

168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure pre_insert
172: (p_rec in out nocopy pqp_ffa_shd.g_rec_type
173: ) is
174: --
175: Cursor C_Sel1 is select pqp_flxdu_func_attributes_s.nextval from sys.dual;
176: --

Line 259: (p_rec in pqp_ffa_shd.g_rec_type

255: --
256: -- {End Of Comments}
257: -- ----------------------------------------------------------------------------
258: Procedure post_insert
259: (p_rec in pqp_ffa_shd.g_rec_type
260: ) is
261: --
262: l_proc varchar2(72) := g_package||'post_insert';
263: --

Line 304: (p_rec in out nocopy pqp_ffa_shd.g_rec_type

300: -- ----------------------------------------------------------------------------
301: -- |---------------------------------< ins >----------------------------------|
302: -- ----------------------------------------------------------------------------
303: Procedure ins
304: (p_rec in out nocopy pqp_ffa_shd.g_rec_type
305: ) is
306: --
307: l_proc varchar2(72) := g_package||'ins';
308: --

Line 355: l_rec pqp_ffa_shd.g_rec_type;

351: ,p_flxdu_func_attribute_id out nocopy number
352: ,p_object_version_number out nocopy number
353: ) is
354: --
355: l_rec pqp_ffa_shd.g_rec_type;
356: l_proc varchar2(72) := g_package||'ins';
357: --
358: Begin
359: hr_utility.set_location('Entering:'||l_proc, 5);

Line 365: pqp_ffa_shd.convert_args

361: -- Call conversion function to turn arguments into the
362: -- p_rec structure.
363: --
364: l_rec :=
365: pqp_ffa_shd.convert_args
366: (null
367: ,p_flxdu_func_name
368: ,p_flxdu_func_source_type
369: ,p_flxdu_func_integrator_code