DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_TRNS_ACC_DSTRS

Line 60: id okl_trns_acc_dstrs.id%TYPE

56: ------------------------------------------------------------------------------
57: -- Record Type
58: ------------------------------------------------------------------------------
59: TYPE account_dist_rec_type IS RECORD (
60: id okl_trns_acc_dstrs.id%TYPE
61: ,template_id okl_trns_acc_dstrs.template_id%TYPE
62: );
63: TYPE account_dist_tbl_type IS TABLE OF account_dist_rec_type
64: INDEX BY BINARY_INTEGER;

Line 61: ,template_id okl_trns_acc_dstrs.template_id%TYPE

57: -- Record Type
58: ------------------------------------------------------------------------------
59: TYPE account_dist_rec_type IS RECORD (
60: id okl_trns_acc_dstrs.id%TYPE
61: ,template_id okl_trns_acc_dstrs.template_id%TYPE
62: );
63: TYPE account_dist_tbl_type IS TABLE OF account_dist_rec_type
64: INDEX BY BINARY_INTEGER;
65: