DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_UTIL dependencies on OKL_PRODUCT_PARAMETERS_V

Line 3262: l_rep_deal_type okl_product_parameters_v.deal_type%TYPE;

3258: l_reporting_product_id NUMBER;
3259: lx_no_data_found BOOLEAN;
3260: l_mg_rep_book fa_book_controls.book_type_code%TYPE;
3261: mg_error EXCEPTION;
3262: l_rep_deal_type okl_product_parameters_v.deal_type%TYPE;
3263: BEGIN
3264: -- get the financial product of the contract
3265: OPEN l_get_fin_product(p_contract_id);
3266: FETCH l_get_fin_product INTO l_start_date, l_contract_number, l_fin_product_id;