DBA Data[Home] [Help]

APPS.PER_PSO_DEL dependencies on PER_PSO_SHD

Line 52: (p_rec in per_pso_shd.g_rec_type

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

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

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

Line 67: per_pso_shd.g_api_dml := false; -- Unset the api dml status

63: --
64: delete from per_security_organizations
65: where security_organization_id = p_rec.security_organization_id;
66: --
67: per_pso_shd.g_api_dml := false; -- Unset the api dml status
68: --
69: hr_utility.set_location(' Leaving:'||l_proc, 10);
70: --
71: Exception

Line 74: per_pso_shd.g_api_dml := false; -- Unset the api dml status

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

Line 75: per_pso_shd.constraint_error

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

Line 78: per_pso_shd.g_api_dml := false; -- Unset the api dml status

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

Line 114: Procedure pre_delete(p_rec in per_pso_shd.g_rec_type) is

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

Line 156: Procedure post_delete(p_rec in per_pso_shd.g_rec_type) is

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

Line 168: => per_pso_shd.g_old_rec.organization_id

164: per_pso_rkd.after_delete
165: (p_security_organization_id
166: => p_rec.security_organization_id
167: ,p_organization_id_o
168: => per_pso_shd.g_old_rec.organization_id
169: ,p_security_profile_id_o
170: => per_pso_shd.g_old_rec.security_profile_id
171: ,p_entry_type_o
172: => per_pso_shd.g_old_rec.entry_type

Line 170: => per_pso_shd.g_old_rec.security_profile_id

166: => p_rec.security_organization_id
167: ,p_organization_id_o
168: => per_pso_shd.g_old_rec.organization_id
169: ,p_security_profile_id_o
170: => per_pso_shd.g_old_rec.security_profile_id
171: ,p_entry_type_o
172: => per_pso_shd.g_old_rec.entry_type
173: ,p_object_version_number_o
174: => per_pso_shd.g_old_rec.object_version_number

Line 172: => per_pso_shd.g_old_rec.entry_type

168: => per_pso_shd.g_old_rec.organization_id
169: ,p_security_profile_id_o
170: => per_pso_shd.g_old_rec.security_profile_id
171: ,p_entry_type_o
172: => per_pso_shd.g_old_rec.entry_type
173: ,p_object_version_number_o
174: => per_pso_shd.g_old_rec.object_version_number
175: );
176: --

Line 174: => per_pso_shd.g_old_rec.object_version_number

170: => per_pso_shd.g_old_rec.security_profile_id
171: ,p_entry_type_o
172: => per_pso_shd.g_old_rec.entry_type
173: ,p_object_version_number_o
174: => per_pso_shd.g_old_rec.object_version_number
175: );
176: --
177: exception
178: --

Line 194: (p_rec in per_pso_shd.g_rec_type

190: -- ----------------------------------------------------------------------------
191: -- |---------------------------------< del >----------------------------------|
192: -- ----------------------------------------------------------------------------
193: Procedure del
194: (p_rec in per_pso_shd.g_rec_type
195: ) is
196: --
197: l_proc varchar2(72) := g_package||'del';
198: --

Line 204: per_pso_shd.lck

200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --
202: -- We must lock the row which we need to delete.
203: --
204: per_pso_shd.lck
205: (p_rec.security_organization_id
206: ,p_rec.object_version_number
207: );
208: --

Line 241: l_rec per_pso_shd.g_rec_type;

237: (p_security_organization_id in number
238: ,p_object_version_number in number
239: ) is
240: --
241: l_rec per_pso_shd.g_rec_type;
242: l_proc varchar2(72) := g_package||'del';
243: --
244: Begin
245: hr_utility.set_location('Entering:'||l_proc, 5);