DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_INCIDENTS_ALL_VL

Line 3912: from cs_incidents_all_vl

3908: -- with old values , also the API validations needed the oldvalues_rec .
3909:
3910: CURSOR L_SERVICEREQUEST_CSR IS
3911: SELECT *
3912: from cs_incidents_all_vl
3913: where incident_id = p_request_id
3914: for update nowait;
3915:
3916: L_OLD_SERVICEREQUEST_REC SR_OLDVALUES_REC_TYPE;

Line 7324: from cs_incidents_all_vl

7320: * *****************/
7321:
7322: CURSOR L_SERVICEREQUEST_CSR IS
7323: SELECT *
7324: from cs_incidents_all_vl
7325: where incident_id = p_request_id
7326: and object_version_number = p_object_version_number
7327: for update nowait;
7328:

Line 8309: from cs_incidents_all_vl

8305: * *****************/
8306:
8307: CURSOR L_SERVICEREQUEST_CSR IS
8308: SELECT *
8309: from cs_incidents_all_vl
8310: where incident_id = p_request_id
8311: and object_version_number = p_object_version_number
8312: for update of incident_owner_id nowait;
8313: