DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on HZ_CONTACT_POINTS

Line 121: Hz_Contact_points hcp

117: timezone_id
118: From Hz_Relationships hr,
119: Hz_Parties hp_obj,
120: Hz_Parties hp_sub,
121: Hz_Contact_points hcp
122: Where hr.object_id = p_party_id
123: and hr.status = 'A'
124: and NVL(hr.start_date, SYSDATE-1) < SYSDATE
125: and NVL(hr.end_date, SYSDATE+1) > SYSDATE