DBA Data[Home] [Help]

PACKAGE: APPS.PSP_REPORT_TEMPLATE_BK3

Source


1 Package PSP_Report_Template_BK3 as
2 /* $Header: PSPRTAIS.pls 120.1 2005/07/05 23:50:23 dpaudel noship $ */
3 
4 --
5 -- ----------------------------------------------------------------------------
6 -- |------------------------- Delete_Report_Template_b -------------------------|
7 -- ----------------------------------------------------------------------------
8 --
9 procedure DELETE_REPORT_TEMPLATE_B
10   (P_TEMPLATE_ID                      in     number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |------------------------- Delete_Report_Template_a -------------------------|
15 -- ----------------------------------------------------------------------------
16 --
17 procedure DELETE_REPORT_TEMPLATE_A
18   (P_TEMPLATE_ID                      in     number
19   ,P_OBJECT_VERSION_NUMBER            in   number
20   ,P_WARNING                          in  varchar2
21   );
22 end PSP_Report_Template_BK3;