DBA Data[Home] [Help]

APPS.HZ_EXT_ATTRIBUTE_BO_PVT dependencies on HZ_EXTENSIBILITY_PUB

Line 134: HZ_EXTENSIBILITY_PUB.Process_Organization_Record(

130: END LOOP;
131:
132: CASE
133: WHEN p_parent_obj_type = 'ORG' THEN
134: HZ_EXTENSIBILITY_PUB.Process_Organization_Record(
135: p_api_version => 1.0,
136: p_org_profile_id => p_parent_obj_id,
137: p_attributes_row_table => l_user_attr_row_table,
138: p_attributes_data_table => l_user_attr_data_table,

Line 147: HZ_EXTENSIBILITY_PUB.Process_Person_Record(

143: x_msg_count => x_msg_count,
144: x_msg_data => x_msg_data
145: );
146: WHEN p_parent_obj_type = 'PERSON' THEN
147: HZ_EXTENSIBILITY_PUB.Process_Person_Record(
148: p_api_version => 1.0,
149: p_person_profile_id => p_parent_obj_id,
150: p_attributes_row_table => l_user_attr_row_table,
151: p_attributes_data_table => l_user_attr_data_table,

Line 160: HZ_EXTENSIBILITY_PUB.Process_PartySite_Record(

156: x_msg_count => x_msg_count,
157: x_msg_data => x_msg_data
158: );
159: WHEN p_parent_obj_type = 'PARTY_SITE' THEN
160: HZ_EXTENSIBILITY_PUB.Process_PartySite_Record(
161: p_api_version => 1.0,
162: p_party_site_id => p_parent_obj_id,
163: p_attributes_row_table => l_user_attr_row_table,
164: p_attributes_data_table => l_user_attr_data_table,

Line 173: HZ_EXTENSIBILITY_PUB.Process_Location_Record(

169: x_msg_count => x_msg_count,
170: x_msg_data => x_msg_data
171: );
172: WHEN p_parent_obj_type = 'LOCATION' THEN
173: HZ_EXTENSIBILITY_PUB.Process_Location_Record(
174: p_api_version => 1.0,
175: p_location_id => p_parent_obj_id,
176: p_attributes_row_table => l_user_attr_row_table,
177: p_attributes_data_table => l_user_attr_data_table,