DBA Data[Home] [Help]

PACKAGE: APPS.GCS_DYN_TB_VIEW_PKG

Source


1 PACKAGE GCS_DYN_TB_VIEW_PKG AS
2 /* $Header: gcs_dyn_tb_vs.pls 120.1 2005/10/30 05:19:48 appldev noship $ */
3 
4 --
5 -- Package
6 --   gcs_dyn_tb_view_pkg
7 -- Purpose
8 --   Dynamically creates view for the Data Submission Drilldown UI
9 -- History
10 --   07-JUN-05	M Ward		Created
11 --
12   --
13   -- Procedure
14   --   Create_View
15   -- Purpose
16   --   Create the trial balance view based on the active dimensions
17   -- Example
18   --   GCS_DYN_TB_VIEW_PKG.Create_View(errbuf, retcode)
19   -- Notes
20   --
21   PROCEDURE Create_View(
22 	x_errbuf	OUT NOCOPY	VARCHAR2,
23 	x_retcode	OUT NOCOPY	VARCHAR2);
24 
25 END GCS_DYN_TB_VIEW_PKG;