DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB_W dependencies on CSFW_SERVICEREQUEST_PUB

Line 1: package body csfw_servicerequest_pub_w as

1: package body csfw_servicerequest_pub_w as
2: /* $Header: csfwvsrb.pls 120.3 2009/02/11 09:46:53 syenduri ship $ */
3: procedure update_request_resolution(p_incident_id NUMBER
4: , p_resolution_code VARCHAR2
5: , p_resolution_summary VARCHAR2

Line 48: csfw_servicerequest_pub.update_request_resolution(p_incident_id,

44:
45:
46:
47: -- here's the delegated call to the old PL/SQL routine
48: csfw_servicerequest_pub.update_request_resolution(p_incident_id,
49: p_resolution_code,
50: p_resolution_summary,
51: p_problem_code,
52: p_cust_po_number,

Line 74: end csfw_servicerequest_pub_w;

70:
71:
72: end;
73:
74: end csfw_servicerequest_pub_w;