DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on HZ_CONTACT_POINTS

Line 130: Hz_Contact_points hcp

126: timezone_id
127: From Hz_Relationships hr,
128: Hz_Parties hp_obj,
129: Hz_Parties hp_sub,
130: Hz_Contact_points hcp
131: Where hr.object_id = p_party_id
132: and hr.status = 'A'
133: and NVL(hr.start_date, SYSDATE-1) < SYSDATE
134: and NVL(hr.end_date, SYSDATE+1) > SYSDATE