DBA Data[Home] [Help]

APPS.OKL_TXD_QTE_LN_DTLS_PUB dependencies on OKL_TQD_PVT

Line 4: subtype tqdv_rec_type is okl_tqd_pvt.tqdv_rec_type;

1: PACKAGE OKL_TXD_QTE_LN_DTLS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPTQDS.pls 115.0 2002/12/03 18:50:31 bakuchib noship $ */
3:
4: subtype tqdv_rec_type is okl_tqd_pvt.tqdv_rec_type;
5: subtype tqdv_tbl_type is okl_tqd_pvt.tqdv_tbl_type;
6: ------------------------------------------------------------------------------
7: -- Global Variables
8: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_TXD_QTE_LN_DTLS_PUB';

Line 5: subtype tqdv_tbl_type is okl_tqd_pvt.tqdv_tbl_type;

1: PACKAGE OKL_TXD_QTE_LN_DTLS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPTQDS.pls 115.0 2002/12/03 18:50:31 bakuchib noship $ */
3:
4: subtype tqdv_rec_type is okl_tqd_pvt.tqdv_rec_type;
5: subtype tqdv_tbl_type is okl_tqd_pvt.tqdv_tbl_type;
6: ------------------------------------------------------------------------------
7: -- Global Variables
8: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_TXD_QTE_LN_DTLS_PUB';
9: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;