DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_TZ_GET_DETAILS_PVT

Line 110: -- Called CS_TZ_GET_DETAILS_PVT.customer_preferred_time_zone

106: -- ------- -------- ------------------------------------------------------------
107: -- 07/11/05 smisra added new parameters primary contact, contact point,
108: -- location id, location type and incident id to this
109: -- procedure for timezone changes
110: -- Called CS_TZ_GET_DETAILS_PVT.customer_preferred_time_zone
111: -- to get customer preferred time zone. This time zone is
112: -- passed to contract API.
113: -- 08/03/05 smisra added a new paramter p_incident_occurred_date
114: -- passed incident_occurred_date, time_zone_id and

Line 198: CS_TZ_GET_DETAILS_PVT.customer_preferred_time_zone

194:
195: -- 12.1.2 sort order issue, sanjana rao
196:
197:
198: CS_TZ_GET_DETAILS_PVT.customer_preferred_time_zone
199: ( p_incident_id => p_incident_id
200: , p_task_id => NULL
201: , p_resource_id => NULL
202: , p_incident_location_id => p_incident_location_id

Line 1192: -- Called CS_TZ_GET_DETAILS_PVT.customer_preferred_time_zone

1188: -- Non EAM service requests
1189: -- Raised error msg when maint_organization_id is NOT passed
1190: -- for EAM SRs with customer product
1191: -- 07/11/05 smisra Release 12 changes
1192: -- Called CS_TZ_GET_DETAILS_PVT.customer_preferred_time_zone
1193: -- to get customer preferred time zone. This time zone is
1194: -- passed to contract API
1195: -- Modified call to cs_srcontact_pkg.process and received two
1196: -- new parameters primary contact id and primary contact point