DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_INTERFACE_PVT dependencies on OKL_TMG_PVT

Line 9: subtype tmgv_rec_type IS OKL_TMG_PVT.tmgv_rec_type;

5: subtype assn_tbl_type IS OKL_AM_CREATE_QUOTE_PUB.assn_tbl_type;
6: subtype tqlv_tbl_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_tbl_type;
7: subtype qld_tbl_type IS OKL_AM_TERMNT_QUOTE_PUB.qte_ln_dtl_tbl;
8: subtype qpyv_tbl_type IS OKL_QUOTE_PARTIES_PUB.qpyv_tbl_type;
9: subtype tmgv_rec_type IS OKL_TMG_PVT.tmgv_rec_type;
10:
11: TYPE msg_rec_type IS RECORD (
12: msg_text VARCHAR2(2000));
13: