DBA Data[Home] [Help]

APPS.OKS_REP_PUB dependencies on OKS_REP_PVT

Line 4: subtype repv_rec_type is OKS_REP_PVT.repv_rec_type;

1: PACKAGE OKS_REP_PUB AS
2: /* $Header: OKSPREPS.pls 120.0 2005/05/25 18:02:54 appldev noship $ */
3:
4: subtype repv_rec_type is OKS_REP_PVT.repv_rec_type;
5: subtype repv_tbl_type is OKS_REP_PVT.repv_tbl_type;
6: subtype rep_rec_type is OKS_REP_PVT.rep_rec_type;
7: subtype rep_tbl_type is OKS_REP_PVT.rep_tbl_type;
8:

Line 5: subtype repv_tbl_type is OKS_REP_PVT.repv_tbl_type;

1: PACKAGE OKS_REP_PUB AS
2: /* $Header: OKSPREPS.pls 120.0 2005/05/25 18:02:54 appldev noship $ */
3:
4: subtype repv_rec_type is OKS_REP_PVT.repv_rec_type;
5: subtype repv_tbl_type is OKS_REP_PVT.repv_tbl_type;
6: subtype rep_rec_type is OKS_REP_PVT.rep_rec_type;
7: subtype rep_tbl_type is OKS_REP_PVT.rep_tbl_type;
8:
9:

Line 6: subtype rep_rec_type is OKS_REP_PVT.rep_rec_type;

2: /* $Header: OKSPREPS.pls 120.0 2005/05/25 18:02:54 appldev noship $ */
3:
4: subtype repv_rec_type is OKS_REP_PVT.repv_rec_type;
5: subtype repv_tbl_type is OKS_REP_PVT.repv_tbl_type;
6: subtype rep_rec_type is OKS_REP_PVT.rep_rec_type;
7: subtype rep_tbl_type is OKS_REP_PVT.rep_tbl_type;
8:
9:
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKS_REP_PUB';

Line 7: subtype rep_tbl_type is OKS_REP_PVT.rep_tbl_type;

3:
4: subtype repv_rec_type is OKS_REP_PVT.repv_rec_type;
5: subtype repv_tbl_type is OKS_REP_PVT.repv_tbl_type;
6: subtype rep_rec_type is OKS_REP_PVT.rep_rec_type;
7: subtype rep_tbl_type is OKS_REP_PVT.rep_tbl_type;
8:
9:
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKS_REP_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;

Line 12: g_repv_rec OKS_REP_PVT.repv_rec_type;

8:
9:
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKS_REP_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;
12: g_repv_rec OKS_REP_PVT.repv_rec_type;
13: g_repv_tbl OKS_REP_PVT.repv_tbl_type;
14: gx_error_tbl OKC_API.ERROR_TBL_TYPE;
15: ---------------------------------------------------------------------------
16: -- Procedures and Functions

Line 13: g_repv_tbl OKS_REP_PVT.repv_tbl_type;

9:
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKS_REP_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;
12: g_repv_rec OKS_REP_PVT.repv_rec_type;
13: g_repv_tbl OKS_REP_PVT.repv_tbl_type;
14: gx_error_tbl OKC_API.ERROR_TBL_TYPE;
15: ---------------------------------------------------------------------------
16: -- Procedures and Functions
17: ---------------------------------------------------------------------------