DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_INCIDENTS_ALL_VL

Line 3561: from cs_incidents_all_vl

3557: -- with old values , also the API validations needed the oldvalues_rec .
3558:
3559: CURSOR L_SERVICEREQUEST_CSR IS
3560: SELECT *
3561: from cs_incidents_all_vl
3562: where incident_id = p_request_id
3563: for update nowait;
3564:
3565: L_OLD_SERVICEREQUEST_REC SR_OLDVALUES_REC_TYPE;

Line 6518: from cs_incidents_all_vl

6514: * *****************/
6515:
6516: CURSOR L_SERVICEREQUEST_CSR IS
6517: SELECT *
6518: from cs_incidents_all_vl
6519: where incident_id = p_request_id
6520: and object_version_number = p_object_version_number
6521: for update nowait;
6522:

Line 7367: from cs_incidents_all_vl

7363: * *****************/
7364:
7365: CURSOR L_SERVICEREQUEST_CSR IS
7366: SELECT *
7367: from cs_incidents_all_vl
7368: where incident_id = p_request_id
7369: and object_version_number = p_object_version_number
7370: for update of incident_owner_id nowait;
7371: