DBA Data[Home] [Help]

APPS.OKS_BILLSUBLINE_PRV_PUB dependencies on OKS_BSL_PRINT_PREVIEW_PVT

Line 4: SUBTYPE bsl_pr_rec_type IS OKS_BSL_PRINT_PREVIEW_PVT.bsl_pr_rec_type;

1: Package OKS_BILLSubLINE_PRV_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSBSLVS.pls 120.0 2005/05/25 18:33:29 appldev noship $ */
3:
4: SUBTYPE bsl_pr_rec_type IS OKS_BSL_PRINT_PREVIEW_PVT.bsl_pr_rec_type;
5: SUBTYPE bsl_pr_tbl_type IS OKS_BSL_PRINT_PREVIEW_PVT.bsl_pr_tbl_type;
6:
7: -- GLOBAL VARIABLES
8: ---------------------------------------------------------------------------

Line 5: SUBTYPE bsl_pr_tbl_type IS OKS_BSL_PRINT_PREVIEW_PVT.bsl_pr_tbl_type;

1: Package OKS_BILLSubLINE_PRV_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSBSLVS.pls 120.0 2005/05/25 18:33:29 appldev noship $ */
3:
4: SUBTYPE bsl_pr_rec_type IS OKS_BSL_PRINT_PREVIEW_PVT.bsl_pr_rec_type;
5: SUBTYPE bsl_pr_tbl_type IS OKS_BSL_PRINT_PREVIEW_PVT.bsl_pr_tbl_type;
6:
7: -- GLOBAL VARIABLES
8: ---------------------------------------------------------------------------
9: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKS_BILLCONTLINE_PRV_PUB';