DBA Data[Home] [Help]

APPS.INV_SQL_BINDING_PVT dependencies on INV_SQL_BINDING_PVT

Line 1: PACKAGE BODY inv_sql_binding_pvt AS

1: PACKAGE BODY inv_sql_binding_pvt AS
2: /* $Header: INVVSQBB.pls 120.1 2005/06/11 07:33:32 appldev $ */
3: --
4: -- File : INVVSQBB.pls
5: -- Content : INV_SQL_BINDING_PVT package body

Line 5: -- Content : INV_SQL_BINDING_PVT package body

1: PACKAGE BODY inv_sql_binding_pvt AS
2: /* $Header: INVVSQBB.pls 120.1 2005/06/11 07:33:32 appldev $ */
3: --
4: -- File : INVVSQBB.pls
5: -- Content : INV_SQL_BINDING_PVT package body
6: -- Description : Procedures and functions used for sql binding.
7: -- This package gives you a way to manage your bind
8: -- variables by registering them with the package
9: -- and get a indentifier which you can use in

Line 16: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_SQL_BINDING_PVT';

12: --
13: -- Notes :
14: -- Modified : 10/22/1999 bitang created
15: --
16: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_SQL_BINDING_PVT';
17: --
18: g_line_feed VARCHAR2(1) := '
19: ';
20: -- Necessary variables for dynamically bound input parameters

Line 304: END inv_sql_binding_pvt;

300: end loop;
301: end if; */
302: NULL;
303: END showbindvars;
304: END inv_sql_binding_pvt;