DBA Data[Home] [Help]

APPS.BIV_VERSION_SPECIFIC_PKG dependencies on CS_SERVICEREQUEST_PVT

Line 5: CS_ServiceRequest_PVT.service_request_rec_type);

1: PACKAGE biv_version_specific_pkg AUTHID CURRENT_USER AS
2: -- $Header: bivvrsns.pls 115.0 2003/02/05 21:26:37 smisra noship $ */
3: function get_sr_table return varchar2;
4: procedure set_update_program( p_sr_rec in out nocopy
5: CS_ServiceRequest_PVT.service_request_rec_type);
6: procedure status_lov(p_sr_id number,
7: p_lov_sttmnt out nocopy varchar2);
8: end;