DBA Data[Home] [Help]

PACKAGE: APPS.CSP_REQUIREMENT_HEADERS_IUHK

Source


1 PACKAGE csp_requirement_headers_iuhk AUTHID CURRENT_USER AS
2  /* $Header: cspirqhs.pls 115.4 2002/11/26 05:43:48 hhaugeru noship $ */
3 
4   /*****************************************************************************************
5    This is the Internal Hook API.
6    The Vertical Industry can add customization procedures here for Pre and Post Processing.
7    ******************************************************************************************/
8 G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSP_REQUIREMENT_HEADERS_IUHK';
9  G_FILE_NAME CONSTANT VARCHAR2(12) := 'cspirqhs.pls';
10    PROCEDURE Create_requirement_header_Pre
11   (
12     x_return_status          out nocopy   VARCHAR2
13   ) ;
14 
15   PROCEDURE  Create_requirement_header_post
16   (
17     x_return_status          out nocopy   VARCHAR2
18   ) ;
19   PROCEDURE  Update_requirement_header_pre
20   (
21     x_return_status          out nocopy   VARCHAR2
22   ) ;
23 
24   PROCEDURE  Update_requirement_header_post
25   (
26     x_return_status          out nocopy   VARCHAR2
27   ) ;
28   PROCEDURE  Delete_requirement_header_pre
29   (
30     x_return_status          out nocopy   VARCHAR2
31   ) ;
32   PROCEDURE  Delete_requirement_header_post
33  (
34     x_return_status          out nocopy   VARCHAR2
35   ) ;
36 END csp_requirement_headers_iuhk;