DBA Data[Home] [Help]

APPS.OKL_OPI_PVT dependencies on HZ_CONTACT_POINTS

Line 931: FROM hz_contact_points

927: SELECT phone_country_code
928: ,phone_area_code
929: ,phone_number
930: ,phone_extension
931: FROM hz_contact_points
932: WHERE owner_table_name = 'HZ_PARTIES'
933: AND owner_table_id = cp_party_id
934: AND contact_point_type = 'PHONE'
935: AND primary_flag = 'Y'