DBA Data[Home] [Help]

APPS.OKL_INTEREST_MAINT_PUB dependencies on OKL_INTEREST_MAINT_PVT

Line 5: SUBTYPE ivev_rec_type IS OKL_INTEREST_MAINT_PVT.ivev_rec_type;

1: PACKAGE OKL_INTEREST_MAINT_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPINMS.pls 115.1 2002/02/06 20:28:41 pkm ship $ */
3:
4:
5: SUBTYPE ivev_rec_type IS OKL_INTEREST_MAINT_PVT.ivev_rec_type;
6: SUBTYPE ivev_tbl_type IS OKL_INTEREST_MAINT_PVT.ivev_tbl_type;
7:
8: SUBTYPE idxv_rec_type IS OKL_INTEREST_MAINT_PVT.idxv_rec_type;
9: SUBTYPE idxv_tbl_type IS OKL_INTEREST_MAINT_PVT.idxv_tbl_type;

Line 6: SUBTYPE ivev_tbl_type IS OKL_INTEREST_MAINT_PVT.ivev_tbl_type;

2: /* $Header: OKLPINMS.pls 115.1 2002/02/06 20:28:41 pkm ship $ */
3:
4:
5: SUBTYPE ivev_rec_type IS OKL_INTEREST_MAINT_PVT.ivev_rec_type;
6: SUBTYPE ivev_tbl_type IS OKL_INTEREST_MAINT_PVT.ivev_tbl_type;
7:
8: SUBTYPE idxv_rec_type IS OKL_INTEREST_MAINT_PVT.idxv_rec_type;
9: SUBTYPE idxv_tbl_type IS OKL_INTEREST_MAINT_PVT.idxv_tbl_type;
10:

Line 8: SUBTYPE idxv_rec_type IS OKL_INTEREST_MAINT_PVT.idxv_rec_type;

4:
5: SUBTYPE ivev_rec_type IS OKL_INTEREST_MAINT_PVT.ivev_rec_type;
6: SUBTYPE ivev_tbl_type IS OKL_INTEREST_MAINT_PVT.ivev_tbl_type;
7:
8: SUBTYPE idxv_rec_type IS OKL_INTEREST_MAINT_PVT.idxv_rec_type;
9: SUBTYPE idxv_tbl_type IS OKL_INTEREST_MAINT_PVT.idxv_tbl_type;
10:
11:
12: PROCEDURE INT_HDR_INS_UPDT(p_api_version IN NUMBER,

Line 9: SUBTYPE idxv_tbl_type IS OKL_INTEREST_MAINT_PVT.idxv_tbl_type;

5: SUBTYPE ivev_rec_type IS OKL_INTEREST_MAINT_PVT.ivev_rec_type;
6: SUBTYPE ivev_tbl_type IS OKL_INTEREST_MAINT_PVT.ivev_tbl_type;
7:
8: SUBTYPE idxv_rec_type IS OKL_INTEREST_MAINT_PVT.idxv_rec_type;
9: SUBTYPE idxv_tbl_type IS OKL_INTEREST_MAINT_PVT.idxv_tbl_type;
10:
11:
12: PROCEDURE INT_HDR_INS_UPDT(p_api_version IN NUMBER,
13: p_init_msg_list IN VARCHAR2,