DBA Data[Home] [Help]

APPS.GCS_TEMPLATES_PKG dependencies on GCS_TEMPLATES_PKG

Line 1: PACKAGE BODY GCS_TEMPLATES_PKG AS

1: PACKAGE BODY GCS_TEMPLATES_PKG AS
2: /* $Header: gcstempb.pls 120.4 2007/10/08 21:23:03 skamdar ship $ */
3:
4: --
5: -- Private Global Variables

Line 8: g_pkg_name CONSTANT VARCHAR2 (50) := 'gcs.plsql.GCS_TEMPLATES_PKG';

4: --
5: -- Private Global Variables
6: --
7: -- The API name
8: g_pkg_name CONSTANT VARCHAR2 (50) := 'gcs.plsql.GCS_TEMPLATES_PKG';
9: -- A newline character. Included for convenience when writing long strings.
10: g_nl CONSTANT VARCHAR2 (1) := '
11: ';
12:

Line 1261: p_template gcs_templates_pkg.templaterecord,

1257: l_proc_body :=
1258: '
1259: PROCEDURE balance (
1260: p_entry_id NUMBER,
1261: p_template gcs_templates_pkg.templaterecord,
1262: p_bal_type_code VARCHAR2,
1263: p_hierarchy_id NUMBER,
1264: p_entity_id NUMBER,
1265: p_threshold NUMBER DEFAULT 0,

Line 2093: END gcs_templates_pkg;

2089:
2090: RAISE;
2091: END get_dimension_template;
2092:
2093: END gcs_templates_pkg;
2094: