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.1.12000000.2 2007/04/24 18:15:20 jjalla ship $ */
3: procedure update_request_resolution(p_incident_id NUMBER
4: , p_resolution_code VARCHAR2
5: , p_resolution_summary VARCHAR2

Line 47: csfw_servicerequest_pub.update_request_resolution(p_incident_id,

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

Line 72: end csfw_servicerequest_pub_w;

68:
69:
70: end;
71:
72: end csfw_servicerequest_pub_w;