DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on PV_ENTY_ATTR_VALUES

Line 64: pv_enty_attr_values

60: CURSOR get_attr_version(cv_entity_id IN NUMBER, cv_attr_id IN Number) IS
61: SELECT
62: max(version)
63: FROM
64: pv_enty_attr_values
65: WHERE
66: attribute_id = cv_attr_id and
67: entity_id = cv_entity_id;
68: