DBA Data[Home] [Help]

APPS.OKL_OPI_PVT dependencies on OKL_OIN_PVT

Line 7: subtype oinv_rec_type is okl_oin_pvt.oinv_rec_type;

3: ---------------------------------------------------------------------------
4: -- GLOBAL DATASTRUCTURES
5: ---------------------------------------------------------------------------
6: -- Sub type Open Interface records
7: subtype oinv_rec_type is okl_oin_pvt.oinv_rec_type;
8: subtype oinv_tbl_type is okl_oin_pvt.oinv_tbl_type;
9:
10: subtype oipv_rec_type is okl_oip_pvt.oipv_rec_type;
11: subtype oipv_tbl_type is okl_oip_pvt.oipv_tbl_type;

Line 8: subtype oinv_tbl_type is okl_oin_pvt.oinv_tbl_type;

4: -- GLOBAL DATASTRUCTURES
5: ---------------------------------------------------------------------------
6: -- Sub type Open Interface records
7: subtype oinv_rec_type is okl_oin_pvt.oinv_rec_type;
8: subtype oinv_tbl_type is okl_oin_pvt.oinv_tbl_type;
9:
10: subtype oipv_rec_type is okl_oip_pvt.oipv_rec_type;
11: subtype oipv_tbl_type is okl_oip_pvt.oipv_tbl_type;
12: