DBA Data[Home] [Help]

APPS.PAY_PUC_DEL dependencies on PAY_PUC_SHD

Line 86: (p_rec in pay_puc_shd.g_rec_type

82: --
83: -- {End Of Comments}
84: -- ----------------------------------------------------------------------------
85: Procedure delete_dml
86: (p_rec in pay_puc_shd.g_rec_type
87: ) is
88: --
89: l_proc varchar2(72) := g_package||'delete_dml';
90: --

Line 94: pay_puc_shd.g_api_dml := true; -- Set the api dml status

90: --
91: Begin
92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: pay_puc_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pay_user_columns row.
97: --
98: delete from pay_user_columns

Line 101: pay_puc_shd.g_api_dml := false; -- Unset the api dml status

97: --
98: delete from pay_user_columns
99: where user_column_id = p_rec.user_column_id;
100: --
101: pay_puc_shd.g_api_dml := false; -- Unset the api dml status
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception

Line 108: pay_puc_shd.g_api_dml := false; -- Unset the api dml status

104: --
105: Exception
106: When hr_api.child_integrity_violated then
107: -- Child integrity has been violated
108: pay_puc_shd.g_api_dml := false; -- Unset the api dml status
109: pay_puc_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When Others Then
112: pay_puc_shd.g_api_dml := false; -- Unset the api dml status

Line 109: pay_puc_shd.constraint_error

105: Exception
106: When hr_api.child_integrity_violated then
107: -- Child integrity has been violated
108: pay_puc_shd.g_api_dml := false; -- Unset the api dml status
109: pay_puc_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When Others Then
112: pay_puc_shd.g_api_dml := false; -- Unset the api dml status
113: Raise;

Line 112: pay_puc_shd.g_api_dml := false; -- Unset the api dml status

108: pay_puc_shd.g_api_dml := false; -- Unset the api dml status
109: pay_puc_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When Others Then
112: pay_puc_shd.g_api_dml := false; -- Unset the api dml status
113: Raise;
114: End delete_dml;
115: --
116: -- ----------------------------------------------------------------------------

Line 148: Procedure pre_delete(p_rec in pay_puc_shd.g_rec_type) is

144: -- Internal Row Handler Use Only.
145: --
146: -- {End Of Comments}
147: -- ----------------------------------------------------------------------------
148: Procedure pre_delete(p_rec in pay_puc_shd.g_rec_type) is
149: --
150: l_proc varchar2(72) := g_package||'pre_delete';
151: --
152: Begin

Line 190: Procedure post_delete(p_rec in pay_puc_shd.g_rec_type) is

186: -- Internal Row Handler Use Only.
187: --
188: -- {End Of Comments}
189: -- -----------------------------------------------------------------------------
190: Procedure post_delete(p_rec in pay_puc_shd.g_rec_type) is
191: --
192: l_proc varchar2(72) := g_package||'post_delete';
193: --
194: Begin

Line 207: => pay_puc_shd.g_old_rec.business_group_id

203: pay_puc_rkd.after_delete
204: (p_user_column_id
205: => p_rec.user_column_id
206: ,p_business_group_id_o
207: => pay_puc_shd.g_old_rec.business_group_id
208: ,p_legislation_code_o
209: => pay_puc_shd.g_old_rec.legislation_code
210: ,p_user_table_id_o
211: => pay_puc_shd.g_old_rec.user_table_id

Line 209: => pay_puc_shd.g_old_rec.legislation_code

205: => p_rec.user_column_id
206: ,p_business_group_id_o
207: => pay_puc_shd.g_old_rec.business_group_id
208: ,p_legislation_code_o
209: => pay_puc_shd.g_old_rec.legislation_code
210: ,p_user_table_id_o
211: => pay_puc_shd.g_old_rec.user_table_id
212: ,p_formula_id_o
213: => pay_puc_shd.g_old_rec.formula_id

Line 211: => pay_puc_shd.g_old_rec.user_table_id

207: => pay_puc_shd.g_old_rec.business_group_id
208: ,p_legislation_code_o
209: => pay_puc_shd.g_old_rec.legislation_code
210: ,p_user_table_id_o
211: => pay_puc_shd.g_old_rec.user_table_id
212: ,p_formula_id_o
213: => pay_puc_shd.g_old_rec.formula_id
214: ,p_user_column_name_o
215: => pay_puc_shd.g_old_rec.user_column_name

Line 213: => pay_puc_shd.g_old_rec.formula_id

209: => pay_puc_shd.g_old_rec.legislation_code
210: ,p_user_table_id_o
211: => pay_puc_shd.g_old_rec.user_table_id
212: ,p_formula_id_o
213: => pay_puc_shd.g_old_rec.formula_id
214: ,p_user_column_name_o
215: => pay_puc_shd.g_old_rec.user_column_name
216: ,p_object_version_number_o
217: => pay_puc_shd.g_old_rec.object_version_number

Line 215: => pay_puc_shd.g_old_rec.user_column_name

211: => pay_puc_shd.g_old_rec.user_table_id
212: ,p_formula_id_o
213: => pay_puc_shd.g_old_rec.formula_id
214: ,p_user_column_name_o
215: => pay_puc_shd.g_old_rec.user_column_name
216: ,p_object_version_number_o
217: => pay_puc_shd.g_old_rec.object_version_number
218: );
219: --

Line 217: => pay_puc_shd.g_old_rec.object_version_number

213: => pay_puc_shd.g_old_rec.formula_id
214: ,p_user_column_name_o
215: => pay_puc_shd.g_old_rec.user_column_name
216: ,p_object_version_number_o
217: => pay_puc_shd.g_old_rec.object_version_number
218: );
219: --
220: exception
221: --

Line 237: (p_rec in pay_puc_shd.g_rec_type

233: -- ----------------------------------------------------------------------------
234: -- |---------------------------------< del >----------------------------------|
235: -- ----------------------------------------------------------------------------
236: Procedure del
237: (p_rec in pay_puc_shd.g_rec_type
238: ) is
239: --
240: l_proc varchar2(72) := g_package||'del';
241: --

Line 247: pay_puc_shd.lck

243: hr_utility.set_location('Entering:'||l_proc, 5);
244: --
245: -- We must lock the row which we need to delete.
246: --
247: pay_puc_shd.lck
248: (p_rec.user_column_id
249: ,p_rec.object_version_number
250: );
251: --

Line 284: l_rec pay_puc_shd.g_rec_type;

280: (p_user_column_id in number
281: ,p_object_version_number in number
282: ) is
283: --
284: l_rec pay_puc_shd.g_rec_type;
285: l_proc varchar2(72) := g_package||'del';
286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);