DBA Data[Home] [Help]

APPS.OKL_AM_AMORTIZE_PVT dependencies on OKL_PRODUCT_PARAMETERS_V

Line 68: l_rep_deal_type okl_product_parameters_v.deal_type%TYPE;

64: l_mg_rep_book fa_book_controls.book_type_code%TYPE;
65: mg_error EXCEPTION;
66: l_reporting_product OKL_PRODUCTS_V.NAME%TYPE;
67: l_reporting_product_id NUMBER;
68: l_rep_deal_type okl_product_parameters_v.deal_type%TYPE;
69: -- l_rep_tax_owner okl_product_parameters_v.tax_owner%TYPE;
70:
71:
72: BEGIN

Line 69: -- l_rep_tax_owner okl_product_parameters_v.tax_owner%TYPE;

65: mg_error EXCEPTION;
66: l_reporting_product OKL_PRODUCTS_V.NAME%TYPE;
67: l_reporting_product_id NUMBER;
68: l_rep_deal_type okl_product_parameters_v.deal_type%TYPE;
69: -- l_rep_tax_owner okl_product_parameters_v.tax_owner%TYPE;
70:
71:
72: BEGIN
73: -- get the financial product of the contract

Line 3485: lx_rep_deal_type okl_product_parameters_v.deal_type%TYPE;

3481: l_contract_number VARCHAR2(120);
3482:
3483: lx_rep_product OKL_PRODUCTS_V.NAME%TYPE;
3484: lx_mg_rep_book fa_book_controls.book_type_code%TYPE;
3485: lx_rep_deal_type okl_product_parameters_v.deal_type%TYPE;
3486:
3487: l_rep_book_found VARCHAR2(1) := 'N';
3488:
3489: l_legal_entity_id NUMBER;