DBA Data[Home] [Help]

APPS.PQH_ATT_DEL dependencies on PQH_ATT_SHD

Line 45: Procedure delete_dml(p_rec in pqh_att_shd.g_rec_type) is

41: -- Internal Row Handler Use Only.
42: --
43: -- {End Of Comments}
44: -- ----------------------------------------------------------------------------
45: Procedure delete_dml(p_rec in pqh_att_shd.g_rec_type) is
46: --
47: l_proc varchar2(72) := g_package||'delete_dml';
48: --
49: Begin

Line 64: pqh_att_shd.constraint_error

60: --
61: Exception
62: When hr_api.child_integrity_violated then
63: -- Child integrity has been violated
64: pqh_att_shd.constraint_error
65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
66: When Others Then
67: Raise;
68: End delete_dml;

Line 102: Procedure pre_delete(p_rec in pqh_att_shd.g_rec_type) is

98: -- Internal Row Handler Use Only.
99: --
100: -- {End Of Comments}
101: -- ----------------------------------------------------------------------------
102: Procedure pre_delete(p_rec in pqh_att_shd.g_rec_type) is
103: --
104: l_proc varchar2(72) := g_package||'pre_delete';
105: --
106: Begin

Line 145: p_effective_date in date,p_rec in pqh_att_shd.g_rec_type) is

141: --
142: -- {End Of Comments}
143: -- ----------------------------------------------------------------------------
144: Procedure post_delete(
145: p_effective_date in date,p_rec in pqh_att_shd.g_rec_type) is
146: --
147: l_proc varchar2(72) := g_package||'post_delete';
148: --
149: Begin

Line 160: ,p_attribute_name_o =>pqh_att_shd.g_old_rec.attribute_name

156: --
157: pqh_att_rkd.after_delete
158: (
159: p_attribute_id =>p_rec.attribute_id
160: ,p_attribute_name_o =>pqh_att_shd.g_old_rec.attribute_name
161: ,p_master_attribute_id_o =>pqh_att_shd.g_old_rec.master_attribute_id
162: ,p_master_table_route_id_o =>pqh_att_shd.g_old_rec.master_table_route_id
163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name
164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type

Line 161: ,p_master_attribute_id_o =>pqh_att_shd.g_old_rec.master_attribute_id

157: pqh_att_rkd.after_delete
158: (
159: p_attribute_id =>p_rec.attribute_id
160: ,p_attribute_name_o =>pqh_att_shd.g_old_rec.attribute_name
161: ,p_master_attribute_id_o =>pqh_att_shd.g_old_rec.master_attribute_id
162: ,p_master_table_route_id_o =>pqh_att_shd.g_old_rec.master_table_route_id
163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name
164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type
165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag

Line 162: ,p_master_table_route_id_o =>pqh_att_shd.g_old_rec.master_table_route_id

158: (
159: p_attribute_id =>p_rec.attribute_id
160: ,p_attribute_name_o =>pqh_att_shd.g_old_rec.attribute_name
161: ,p_master_attribute_id_o =>pqh_att_shd.g_old_rec.master_attribute_id
162: ,p_master_table_route_id_o =>pqh_att_shd.g_old_rec.master_table_route_id
163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name
164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type
165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag
166: ,p_width_o =>pqh_att_shd.g_old_rec.width

Line 163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name

159: p_attribute_id =>p_rec.attribute_id
160: ,p_attribute_name_o =>pqh_att_shd.g_old_rec.attribute_name
161: ,p_master_attribute_id_o =>pqh_att_shd.g_old_rec.master_attribute_id
162: ,p_master_table_route_id_o =>pqh_att_shd.g_old_rec.master_table_route_id
163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name
164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type
165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag
166: ,p_width_o =>pqh_att_shd.g_old_rec.width
167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number

Line 164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type

160: ,p_attribute_name_o =>pqh_att_shd.g_old_rec.attribute_name
161: ,p_master_attribute_id_o =>pqh_att_shd.g_old_rec.master_attribute_id
162: ,p_master_table_route_id_o =>pqh_att_shd.g_old_rec.master_table_route_id
163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name
164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type
165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag
166: ,p_width_o =>pqh_att_shd.g_old_rec.width
167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number
168: ,p_region_itemname_o =>pqh_att_shd.g_old_rec.region_itemname

Line 165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag

161: ,p_master_attribute_id_o =>pqh_att_shd.g_old_rec.master_attribute_id
162: ,p_master_table_route_id_o =>pqh_att_shd.g_old_rec.master_table_route_id
163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name
164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type
165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag
166: ,p_width_o =>pqh_att_shd.g_old_rec.width
167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number
168: ,p_region_itemname_o =>pqh_att_shd.g_old_rec.region_itemname
169: ,p_attribute_itemname_o =>pqh_att_shd.g_old_rec.attribute_itemname

Line 166: ,p_width_o =>pqh_att_shd.g_old_rec.width

162: ,p_master_table_route_id_o =>pqh_att_shd.g_old_rec.master_table_route_id
163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name
164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type
165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag
166: ,p_width_o =>pqh_att_shd.g_old_rec.width
167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number
168: ,p_region_itemname_o =>pqh_att_shd.g_old_rec.region_itemname
169: ,p_attribute_itemname_o =>pqh_att_shd.g_old_rec.attribute_itemname
170: ,p_decode_function_name_o =>pqh_att_shd.g_old_rec.decode_function_name

Line 167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number

163: ,p_column_name_o =>pqh_att_shd.g_old_rec.column_name
164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type
165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag
166: ,p_width_o =>pqh_att_shd.g_old_rec.width
167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number
168: ,p_region_itemname_o =>pqh_att_shd.g_old_rec.region_itemname
169: ,p_attribute_itemname_o =>pqh_att_shd.g_old_rec.attribute_itemname
170: ,p_decode_function_name_o =>pqh_att_shd.g_old_rec.decode_function_name
171: );

Line 168: ,p_region_itemname_o =>pqh_att_shd.g_old_rec.region_itemname

164: ,p_column_type_o =>pqh_att_shd.g_old_rec.column_type
165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag
166: ,p_width_o =>pqh_att_shd.g_old_rec.width
167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number
168: ,p_region_itemname_o =>pqh_att_shd.g_old_rec.region_itemname
169: ,p_attribute_itemname_o =>pqh_att_shd.g_old_rec.attribute_itemname
170: ,p_decode_function_name_o =>pqh_att_shd.g_old_rec.decode_function_name
171: );
172: --

Line 169: ,p_attribute_itemname_o =>pqh_att_shd.g_old_rec.attribute_itemname

165: ,p_enable_flag_o =>pqh_att_shd.g_old_rec.enable_flag
166: ,p_width_o =>pqh_att_shd.g_old_rec.width
167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number
168: ,p_region_itemname_o =>pqh_att_shd.g_old_rec.region_itemname
169: ,p_attribute_itemname_o =>pqh_att_shd.g_old_rec.attribute_itemname
170: ,p_decode_function_name_o =>pqh_att_shd.g_old_rec.decode_function_name
171: );
172: --
173: exception

Line 170: ,p_decode_function_name_o =>pqh_att_shd.g_old_rec.decode_function_name

166: ,p_width_o =>pqh_att_shd.g_old_rec.width
167: ,p_object_version_number_o =>pqh_att_shd.g_old_rec.object_version_number
168: ,p_region_itemname_o =>pqh_att_shd.g_old_rec.region_itemname
169: ,p_attribute_itemname_o =>pqh_att_shd.g_old_rec.attribute_itemname
170: ,p_decode_function_name_o =>pqh_att_shd.g_old_rec.decode_function_name
171: );
172: --
173: exception
174: --

Line 195: p_rec in pqh_att_shd.g_rec_type

191: -- ----------------------------------------------------------------------------
192: Procedure del
193: (
194: p_effective_date in date,
195: p_rec in pqh_att_shd.g_rec_type
196: ) is
197: --
198: l_proc varchar2(72) := g_package||'del';
199: --

Line 205: pqh_att_shd.lck

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

Line 240: l_rec pqh_att_shd.g_rec_type;

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