DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT dependencies on OKL_TRX_AR_INVOICES_PUB

Line 50: SUBTYPE taiv_rec_type IS okl_trx_ar_invoices_pub.taiv_rec_type;

46:
47: SUBTYPE tcnv_rec_type IS OKL_TRX_CONTRACTS_PUB.tcnv_rec_type;
48: SUBTYPE tcnv_tbl_type IS OKL_TRX_CONTRACTS_PUB.tcnv_tbl_type;
49: --Bug# 3999921: pagarg +++ T and A ++++
50: SUBTYPE taiv_rec_type IS okl_trx_ar_invoices_pub.taiv_rec_type;
51: SUBTYPE tilv_rec_type IS okl_txl_ar_inv_lns_pub.tilv_rec_type;
52:
53: TYPE term_tbl_type IS TABLE OF term_rec_type INDEX BY BINARY_INTEGER;
54: