DBA Data[Home] [Help]

APPS.FF_FFP_DEL dependencies on FF_FFP_SHD

Line 52: (p_rec in ff_ffp_shd.g_rec_type

48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml
52: (p_rec in ff_ffp_shd.g_rec_type
53: ) is
54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --

Line 60: ff_ffp_shd.g_api_dml := true; -- Set the api dml status

56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: ff_ffp_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ff_function_parameters row.
63: --
64: delete from ff_function_parameters

Line 68: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status

64: delete from ff_function_parameters
65: where function_id = p_rec.function_id
66: and sequence_number = p_rec.sequence_number;
67: --
68: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
69: --
70: hr_utility.set_location(' Leaving:'||l_proc, 10);
71: --
72: Exception

Line 75: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status

71: --
72: Exception
73: When hr_api.child_integrity_violated then
74: -- Child integrity has been violated
75: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
76: ff_ffp_shd.constraint_error
77: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
78: When Others Then
79: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status

Line 76: ff_ffp_shd.constraint_error

72: Exception
73: When hr_api.child_integrity_violated then
74: -- Child integrity has been violated
75: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
76: ff_ffp_shd.constraint_error
77: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
78: When Others Then
79: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
80: Raise;

Line 79: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status

75: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
76: ff_ffp_shd.constraint_error
77: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
78: When Others Then
79: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
80: Raise;
81: End delete_dml;
82: --
83: -- ----------------------------------------------------------------------------

Line 115: Procedure pre_delete(p_rec in ff_ffp_shd.g_rec_type) is

111: -- Internal Row Handler Use Only.
112: --
113: -- {End Of Comments}
114: -- ----------------------------------------------------------------------------
115: Procedure pre_delete(p_rec in ff_ffp_shd.g_rec_type) is
116: --
117: l_proc varchar2(72) := g_package||'pre_delete';
118: --
119: Begin

Line 157: Procedure post_delete(p_rec in ff_ffp_shd.g_rec_type) is

153: -- Internal Row Handler Use Only.
154: --
155: -- {End Of Comments}
156: -- -----------------------------------------------------------------------------
157: Procedure post_delete(p_rec in ff_ffp_shd.g_rec_type) is
158: --
159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin

Line 171: => ff_ffp_shd.g_old_rec.class

167: => p_rec.function_id
168: ,p_sequence_number
169: => p_rec.sequence_number
170: ,p_class_o
171: => ff_ffp_shd.g_old_rec.class
172: ,p_continuing_parameter_o
173: => ff_ffp_shd.g_old_rec.continuing_parameter
174: ,p_data_type_o
175: => ff_ffp_shd.g_old_rec.data_type

Line 173: => ff_ffp_shd.g_old_rec.continuing_parameter

169: => p_rec.sequence_number
170: ,p_class_o
171: => ff_ffp_shd.g_old_rec.class
172: ,p_continuing_parameter_o
173: => ff_ffp_shd.g_old_rec.continuing_parameter
174: ,p_data_type_o
175: => ff_ffp_shd.g_old_rec.data_type
176: ,p_name_o
177: => ff_ffp_shd.g_old_rec.name

Line 175: => ff_ffp_shd.g_old_rec.data_type

171: => ff_ffp_shd.g_old_rec.class
172: ,p_continuing_parameter_o
173: => ff_ffp_shd.g_old_rec.continuing_parameter
174: ,p_data_type_o
175: => ff_ffp_shd.g_old_rec.data_type
176: ,p_name_o
177: => ff_ffp_shd.g_old_rec.name
178: ,p_optional_o
179: => ff_ffp_shd.g_old_rec.optional

Line 177: => ff_ffp_shd.g_old_rec.name

173: => ff_ffp_shd.g_old_rec.continuing_parameter
174: ,p_data_type_o
175: => ff_ffp_shd.g_old_rec.data_type
176: ,p_name_o
177: => ff_ffp_shd.g_old_rec.name
178: ,p_optional_o
179: => ff_ffp_shd.g_old_rec.optional
180: ,p_object_version_number_o
181: => ff_ffp_shd.g_old_rec.object_version_number

Line 179: => ff_ffp_shd.g_old_rec.optional

175: => ff_ffp_shd.g_old_rec.data_type
176: ,p_name_o
177: => ff_ffp_shd.g_old_rec.name
178: ,p_optional_o
179: => ff_ffp_shd.g_old_rec.optional
180: ,p_object_version_number_o
181: => ff_ffp_shd.g_old_rec.object_version_number
182: );
183: --

Line 181: => ff_ffp_shd.g_old_rec.object_version_number

177: => ff_ffp_shd.g_old_rec.name
178: ,p_optional_o
179: => ff_ffp_shd.g_old_rec.optional
180: ,p_object_version_number_o
181: => ff_ffp_shd.g_old_rec.object_version_number
182: );
183: --
184: exception
185: --

Line 201: (p_rec in ff_ffp_shd.g_rec_type

197: -- ----------------------------------------------------------------------------
198: -- |---------------------------------< del >----------------------------------|
199: -- ----------------------------------------------------------------------------
200: Procedure del
201: (p_rec in ff_ffp_shd.g_rec_type
202: ) is
203: --
204: l_proc varchar2(72) := g_package||'del';
205: --

Line 211: ff_ffp_shd.lck

207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: -- We must lock the row which we need to delete.
210: --
211: ff_ffp_shd.lck
212: (p_rec.function_id
213: ,p_rec.sequence_number
214: ,p_rec.object_version_number
215: );

Line 250: l_rec ff_ffp_shd.g_rec_type;

246: ,p_sequence_number in number
247: ,p_object_version_number in number
248: ) is
249: --
250: l_rec ff_ffp_shd.g_rec_type;
251: l_proc varchar2(72) := g_package||'del';
252: --
253: Begin
254: hr_utility.set_location('Entering:'||l_proc, 5);