DBA Data[Home] [Help]

APPS.OKL_INCSH_PVT dependencies on OKL_RCT_PVT

Line 4: SUBTYPE rctv_rec_type IS Okl_Rct_Pvt.rctv_rec_type;

1: PACKAGE Okl_Incsh_Pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCRCTS.pls 115.3 2002/02/05 11:50:02 pkm ship $ */
3:
4: SUBTYPE rctv_rec_type IS Okl_Rct_Pvt.rctv_rec_type;
5: SUBTYPE rctv_tbl_type IS Okl_Rct_Pvt.rctv_tbl_type;
6:
7: SUBTYPE rcav_rec_type IS Okl_Rca_Pvt.rcav_rec_type;
8: SUBTYPE rcav_tbl_type IS Okl_Rca_Pvt.rcav_tbl_type;

Line 5: SUBTYPE rctv_tbl_type IS Okl_Rct_Pvt.rctv_tbl_type;

1: PACKAGE Okl_Incsh_Pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCRCTS.pls 115.3 2002/02/05 11:50:02 pkm ship $ */
3:
4: SUBTYPE rctv_rec_type IS Okl_Rct_Pvt.rctv_rec_type;
5: SUBTYPE rctv_tbl_type IS Okl_Rct_Pvt.rctv_tbl_type;
6:
7: SUBTYPE rcav_rec_type IS Okl_Rca_Pvt.rcav_rec_type;
8: SUBTYPE rcav_tbl_type IS Okl_Rca_Pvt.rcav_tbl_type;
9: ------------------------------------------------------------------------------