DBA Data[Home] [Help]

APPS.OKL_AM_AMORTIZE_PVT dependencies on OKL_SYSTEM_PARAMS_ALL_PUB

Line 166: l_mg_rep_book := OKL_SYSTEM_PARAMS_ALL_PUB.get_system_param_value(OKL_SYSTEM_PARAMS_ALL_PUB.G_RPT_PROD_BOOK_TYPE_CODE);

162: -- This resriction is added because Authoring does not assign the asset to reporting book is other than
163: -- OP LEASE Bug 3574232 has been raised on Authoring to allow asset entry in Rep book for other deal types
164: --IF l_rep_deal_type = 'LEASEOP' THEN -- SECHAWLA 29-JUL-05 4384784
165: -- get the MG reporting book
166: l_mg_rep_book := OKL_SYSTEM_PARAMS_ALL_PUB.get_system_param_value(OKL_SYSTEM_PARAMS_ALL_PUB.G_RPT_PROD_BOOK_TYPE_CODE);
167: IF l_mg_rep_book IS NULL THEN
168: --Multi GAAP Reporting Book is not defined.
169: OKC_API.set_message( p_app_name => 'OKL',
170: p_msg_name => 'OKL_AM_NO_MG_REP_BOOK');