DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on CS_SERVICEREQUEST_PVT

Line 1901: p_new_sr_rec IN cs_servicerequest_pvt.service_request_rec_type,

1897: -- to be satisfied.
1898: -- This procedure invokes all the other cross validation procedures; this was introduced
1899: -- as part of the SR API Cleanup project for 11.5.10
1900: PROCEDURE SERVICEREQUEST_CROSS_VAL (
1901: p_new_sr_rec IN cs_servicerequest_pvt.service_request_rec_type,
1902: p_old_sr_rec IN cs_servicerequest_pvt.sr_oldvalues_rec_type,
1903: x_cross_val_out_rec OUT NOCOPY sr_cross_val_out_rec_type,
1904: x_return_status OUT NOCOPY VARCHAR2 );
1905:

Line 1902: p_old_sr_rec IN cs_servicerequest_pvt.sr_oldvalues_rec_type,

1898: -- This procedure invokes all the other cross validation procedures; this was introduced
1899: -- as part of the SR API Cleanup project for 11.5.10
1900: PROCEDURE SERVICEREQUEST_CROSS_VAL (
1901: p_new_sr_rec IN cs_servicerequest_pvt.service_request_rec_type,
1902: p_old_sr_rec IN cs_servicerequest_pvt.sr_oldvalues_rec_type,
1903: x_cross_val_out_rec OUT NOCOPY sr_cross_val_out_rec_type,
1904: x_return_status OUT NOCOPY VARCHAR2 );
1905:
1906:

Line 1920: x_audit_vals_rec OUT NOCOPY CS_ServiceRequest_PVT.SR_AUDIT_REC_TYPE

1916: p_request_id IN NUMBER,
1917: x_return_status OUT NOCOPY VARCHAR2,
1918: x_msg_count OUT NOCOPY NUMBER,
1919: x_msg_data OUT NOCOPY VARCHAR2,
1920: x_audit_vals_rec OUT NOCOPY CS_ServiceRequest_PVT.SR_AUDIT_REC_TYPE
1921: );
1922: -- --------------------------------------------------------------------------------
1923: -- This procedure validates internal descriptive flexfield
1924: -- --------------------------------------------------------------------------------