DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on HZ_CONTACT_POINTS

Line 797: -- : p_contact_point_id primary key to hz_contact_points

793: --============================================================================
794: -- PROCEDURE : set_time_zone PRIVATE
795: -- PARAMETERS: p_contact_party_id Contact party
796: -- : p_contact_point_type it could PHONE or EMAIL
797: -- : p_contact_point_id primary key to hz_contact_points
798: -- : p_incident_id primary key to incidents table
799: -- COMMENT : This procedure will determine timezone based on primary contact's
800: -- : phone or identifying address and update incidents table
801: -- : If no timezone is found then incidents table is not updated

Line 814: hz_contact_points

810: CURSOR c_phone_timezone IS
811: SELECT
812: timezone_id
813: FROM
814: hz_contact_points
815: WHERE contact_point_id = p_contact_point_id;
816:
817: CURSOR c_addr_timezone IS
818: SELECT