DBA Data[Home] [Help]

APPS.POS_VENDOR_PUB_PKG dependencies on EGO_USER_ATTRS_DATA_PUB

Line 3162: -- almost identical to the original version in ego_user_attrs_data_pub

3158: x_msg_data OUT NOCOPY VARCHAR2
3159: ) IS
3160: --
3161: -- This version of EGO's UDA Process User Attributes Data API is
3162: -- almost identical to the original version in ego_user_attrs_data_pub
3163: -- with the exception of hardcoding the object name HZ_PARTIES which
3164: -- is the only object name expected when accessing UDA for Supplier
3165: -- related entities.
3166: --

Line 3301: -- almost identical to the original version in ego_user_attrs_data_pub

3297: x_msg_data OUT NOCOPY VARCHAR2
3298: ) IS
3299: --
3300: -- This version of EGO's UDA Get User Attributes Data API is
3301: -- almost identical to the original version in ego_user_attrs_data_pub
3302: -- with the exception of hardcoding the object name HZ_PARTIES which
3303: -- is the only object name expected when accessing UDA for Supplier
3304: -- related entities.
3305: --

Line 3320: ego_user_attrs_data_pub.get_user_attrs_data(

3316: --
3317: -- Tue Sep 1 09:51:26 PDT 2009 bso R12.1.2
3318: --
3319: BEGIN
3320: ego_user_attrs_data_pub.get_user_attrs_data(
3321: p_api_version => p_api_version,
3322: p_object_name => 'HZ_PARTIES',
3323: p_pk_column_name_value_pairs => p_pk_column_name_value_pairs,
3324: p_attr_group_request_table => p_attr_group_request_table,