DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on OKL_PRODUCT_PARAMETERS_V

Line 50: FROM okl_product_parameters_v

46: tax_owner tax_owner_code,
47: description description,
48: revenue_recognition_method revenue_recognition_method,
49: interest_calculation_basis interest_calculation_basis
50: FROM okl_product_parameters_v
51: WHERE id = p_product_id;
52:
53: g_Product_Params_rec Product_Params_csr%ROWTYPE;
54: