DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_ERES_INT_PKG

Line 3397: -- CS_ERES_INT_PKG.start_approval_process procedure.

3393: -- Added new parameters to procedure
3394: -- CS_SERVICEREQUEST_PVT.get_default_contract call
3395: -- Moved SR Audit creation after ERES processing
3396: -- If SR status needs approval then Call ERES apporval
3397: -- CS_ERES_INT_PKG.start_approval_process procedure.
3398: -- if this procedure return NO_ACTION then do the following
3399: -- 1. validate target status
3400: -- 2. get response, resolution and close dates
3401: -- 3. get status_flag

Line 5816: CS_ERES_INT_PKG.start_approval_process

5812: IF (l_only_status_update_flag <> 'Y')
5813: THEN
5814: IF l_start_eres_flag = 'Y'
5815: THEN
5816: CS_ERES_INT_PKG.start_approval_process
5817: ( p_incident_id => p_request_id
5818: , p_incident_type_id => l_service_request_rec.type_id
5819: , p_incident_status_id => l_sr_related_data.intermediate_status_id
5820: , p_qa_collection_id => l_service_request_rec.qa_collection_plan_id