DBA Data[Home] [Help]

APPS.OKL_LOAN_BAL_UPDATE_PVT dependencies on OKL_CBL_PVT

Line 15: SUBTYPE okl_cblv_rec is okl_cbl_pvt.cblv_rec_type;

11: deal_type okl_product_parameters_v.deal_type%type,
12: interest_calculation_basis okl_product_parameters_v.interest_calculation_basis%type,
13: revenue_recognition_method okl_product_parameters_v.revenue_recognition_method%type);
14:
15: SUBTYPE okl_cblv_rec is okl_cbl_pvt.cblv_rec_type;
16: SUBTYPE okl_cblv_tbl is okl_cbl_pvt.cblv_tbl_type;
17:
18: ---------------------------------------------------------------------------
19: -- GLOBAL VARIABLES

Line 16: SUBTYPE okl_cblv_tbl is okl_cbl_pvt.cblv_tbl_type;

12: interest_calculation_basis okl_product_parameters_v.interest_calculation_basis%type,
13: revenue_recognition_method okl_product_parameters_v.revenue_recognition_method%type);
14:
15: SUBTYPE okl_cblv_rec is okl_cbl_pvt.cblv_rec_type;
16: SUBTYPE okl_cblv_tbl is okl_cbl_pvt.cblv_tbl_type;
17:
18: ---------------------------------------------------------------------------
19: -- GLOBAL VARIABLES
20: ---------------------------------------------------------------------------