DBA Data[Home] [Help]

APPS.OKS_BILLTRAN_LINE_PVT dependencies on OKS_BTL_PVT

Line 4: SUBTYPE btlv_rec_type IS OKS_BTL_PVT.btlv_rec_type;

1: Package OKS_BILLTRAN_LINE_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKSRBTLS.pls 120.0 2005/05/25 18:09:54 appldev noship $ */
3:
4: SUBTYPE btlv_rec_type IS OKS_BTL_PVT.btlv_rec_type;
5: SUBTYPE btlv_tbl_type IS OKS_BTL_PVT.btlv_tbl_type;
6:
7: -- GLOBAL VARIABLES
8: ---------------------------------------------------------------------------

Line 5: SUBTYPE btlv_tbl_type IS OKS_BTL_PVT.btlv_tbl_type;

1: Package OKS_BILLTRAN_LINE_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKSRBTLS.pls 120.0 2005/05/25 18:09:54 appldev noship $ */
3:
4: SUBTYPE btlv_rec_type IS OKS_BTL_PVT.btlv_rec_type;
5: SUBTYPE btlv_tbl_type IS OKS_BTL_PVT.btlv_tbl_type;
6:
7: -- GLOBAL VARIABLES
8: ---------------------------------------------------------------------------
9: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKS_BILLTRAN_LINE_PVT' ;