DBA Data[Home] [Help]

APPS.HZ_EXTENSIBILITY_PUB dependencies on HZ_EXTENSIBILITY_PVT

Line 48: HZ_EXTENSIBILITY_PVT.Process_User_Attrs_For_Item(

44: --
45: -- Need to be filled in.
46: --
47:
48: HZ_EXTENSIBILITY_PVT.Process_User_Attrs_For_Item(
49: p_api_version => p_api_version
50: ,p_owner_table_id => p_org_profile_id
51: ,p_owner_table_name => 'HZ_ORGANIZATION_PROFILES'
52: ,p_attributes_row_table => p_attributes_row_table

Line 103: HZ_EXTENSIBILITY_PVT.Process_User_Attrs_For_Item(

99: --
100: -- Need to be filled in.
101: --
102:
103: HZ_EXTENSIBILITY_PVT.Process_User_Attrs_For_Item(
104: p_api_version => p_api_version
105: ,p_owner_table_id => p_person_profile_id
106: ,p_owner_table_name => 'HZ_PERSON_PROFILES'
107: ,p_attributes_row_table => p_attributes_row_table

Line 157: HZ_EXTENSIBILITY_PVT.Process_User_Attrs_For_Item(

153: -- Before caalling the PVT API.
154: --
155: -- Need to be filled in.
156: --
157: HZ_EXTENSIBILITY_PVT.Process_User_Attrs_For_Item(
158: p_api_version => p_api_version
159: ,p_owner_table_id => p_location_id
160: ,p_owner_table_name => 'HZ_LOCATIONS'
161: ,p_attributes_row_table => p_attributes_row_table

Line 212: HZ_EXTENSIBILITY_PVT.Process_User_Attrs_For_Item(

208: --
209: -- Need to be filled in.
210: --
211:
212: HZ_EXTENSIBILITY_PVT.Process_User_Attrs_For_Item(
213: p_api_version => p_api_version
214: ,p_owner_table_id => p_party_site_id
215: ,p_owner_table_name => 'HZ_PARTY_SITES'
216: ,p_attributes_row_table => p_attributes_row_table

Line 259: HZ_EXTENSIBILITY_PVT.Get_User_Attrs_For_Item(

255: ) IS
256:
257: BEGIN
258:
259: HZ_EXTENSIBILITY_PVT.Get_User_Attrs_For_Item(
260: p_api_version => p_api_version
261: ,p_org_profile_id => p_org_profile_id
262: ,p_attr_group_request_table => p_attr_group_request_table
263: ,p_entity_id => p_entity_id