DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_USR_HOOKS dependencies on CS_SERVICEREQUEST_PVT

Line 4: p_service_request_rec IN CS_SERVICEREQUEST_PVT.service_request_rec_type

1: PACKAGE BODY cs_servicerequest_usr_hooks AS
2: /* $Header: csuhsrb.pls 115.2 2000/01/10 01:17:05 pkm ship $ */
3: PROCEDURE create_servicerequest_post (
4: p_service_request_rec IN CS_SERVICEREQUEST_PVT.service_request_rec_type
5: ) AS
6: BEGIN
7: /* Customer to add the customization prcocedure here - for post processing */
8: NULL;

Line 12: p_service_request_rec IN OUT CS_SERVICEREQUEST_PVT.service_request_rec_type

8: NULL;
9: END create_servicerequest_post;
10:
11: PROCEDURE create_servicerequest_pre (
12: p_service_request_rec IN OUT CS_SERVICEREQUEST_PVT.service_request_rec_type
13: ) AS
14: BEGIN
15: /* Customer to add the customization prcocedure here - for pre processing */
16: NULL;

Line 20: p_service_request_rec IN CS_SERVICEREQUEST_PVT.service_request_rec_type,

16: NULL;
17: END create_servicerequest_pre;
18:
19: PROCEDURE update_servicerequest_post (
20: p_service_request_rec IN CS_SERVICEREQUEST_PVT.service_request_rec_type,
21: p_update_desc_flex IN VARCHAR2
22: ) AS
23: BEGIN
24: /* Customer to add the customization prcocedure here - for post processing */

Line 29: p_service_request_rec IN OUT CS_SERVICEREQUEST_PVT.service_request_rec_type,

25: NULL;
26: END update_servicerequest_post;
27:
28: PROCEDURE update_servicerequest_pre (
29: p_service_request_rec IN OUT CS_SERVICEREQUEST_PVT.service_request_rec_type,
30: p_update_desc_flex IN OUT VARCHAR2
31: ) AS
32: BEGIN
33: /* Customer to add the customization prcocedure here - for pre processing */