DBA Data[Home] [Help]

PACKAGE: APPS.CSFW_SERVICEREQUEST_PUB_W

Source


1 package csfw_servicerequest_pub_w AUTHID CURRENT_USER as
2   /* $Header: csfwvsrs.pls 120.2 2009/02/11 09:43:39 syenduri ship $ */
3   procedure update_request_resolution(p_incident_id  NUMBER
4     , p_resolution_code  VARCHAR2
5     , p_resolution_summary  VARCHAR2
6     , p_problem_code  VARCHAR2
7     , p_cust_po_number  VARCHAR2
8     , p_commit  number
9     , p_init_msg_list  number
10     , x_return_status out nocopy  VARCHAR2
11     , x_msg_count out nocopy  INTEGER
12     , x_msg_data out nocopy  VARCHAR2
13     , p_object_version_number  NUMBER
14     , p_incident_severity_id   NUMBER default null -- For enhancement in FSTP 12.1.3 Project
15   );
16 end csfw_servicerequest_pub_w;