DBA Data[Home] [Help]

APPS.OKL_RCT_PUB dependencies on OKL_RCT_PVT

Line 4: SUBTYPE rctv_rec_type IS Okl_Rct_Pvt.rctv_rec_type;

1: PACKAGE Okl_Rct_Pub AUTHID CURRENT_USER AS
2: /* $Header: OKLPRCTS.pls 115.3 2002/02/05 12:08:39 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_Rct_Pub AUTHID CURRENT_USER AS
2: /* $Header: OKLPRCTS.pls 115.3 2002/02/05 12:08:39 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: ------------------------------------------------------------------------------