DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on CS_SERVICEREQUEST_PVT

Line 1902: p_new_sr_rec IN cs_servicerequest_pvt.service_request_rec_type,

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

Line 1903: p_old_sr_rec IN cs_servicerequest_pvt.sr_oldvalues_rec_type,

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

Line 1921: x_audit_vals_rec OUT NOCOPY CS_ServiceRequest_PVT.SR_AUDIT_REC_TYPE

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