DBA Data[Home] [Help]

APPS.GL_OPEN_BAL_REVAL_RPT_PKG dependencies on GL_OPEN_BAL_REVAL_RPT_PKG

Line 1: PACKAGE BODY GL_OPEN_BAL_REVAL_RPT_PKG AS

1: PACKAGE BODY GL_OPEN_BAL_REVAL_RPT_PKG AS
2: -- $Header: glxobrvb.pls 120.0.12000000.1 2007/10/23 15:50:40 sgudupat noship $
3: --*************************************************************************
4: -- Copyright (c) 2000 Oracle Corporation
5: -- All rights reserved

Line 13: -- This script creates the package body of GL_OPEN_BAL_REVAL_RPT_PKG

9: -- PROGRAM NAME
10: -- glxobrvb.pls
11: --
12: -- DESCRIPTION
13: -- This script creates the package body of GL_OPEN_BAL_REVAL_RPT_PKG
14: -- This package is used for builidng all the necessary PL/SQL Logic for the
15: -- report "GL Open Balances Revaluation"
16: --
17: -- USAGE

Line 157: END GL_OPEN_BAL_REVAL_RPT_PKG;

153: WHERE ledger_id=ledger_id_param;
154: RETURN(lc_ledger_name);
155: END get_ledger_name;
156: --
157: END GL_OPEN_BAL_REVAL_RPT_PKG;