DBA Data[Home] [Help]

APPS.PQH_GENERIC_HIERARCHY_PACKAGE dependencies on PER_SHARED_TYPES_API

Line 939: per_shared_types_api.create_shared_type

935: end if;
936: -- Now we attempt to create a shared types entry using the
937: -- supplied code for the lookup_type 'HIERARCHY_TYPE'
938:
939: per_shared_types_api.create_shared_type
940: ( p_shared_type_id => l_shared_type_id
941: ,p_shared_type_name => p_meaning
942: ,p_system_type_cd => p_lookup_code
943: ,p_shared_type_code => p_lookup_code

Line 1050: per_shared_types_api.update_shared_type

1046: fnd_message.raise_error;
1047: Else
1048: -- Now we attempt to update the shared types entry
1049:
1050: per_shared_types_api.update_shared_type
1051: ( p_shared_type_id => l_shared_type_id
1052: ,p_language_code => userenv('LANG')
1053: ,p_information2 => p_information2
1054: ,p_information3 => p_information3