DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_TRX_PVT dependencies on FND_LOG_MESSAGES

Line 67: l_module CONSTANT fnd_log_messages.module%TYPE := 'okl.plsql.OKL_SUBSIDY_POOL_TRX_PVT.CREATE_POOL_TRANSACTION';

63: lv_subsidy_pool_amt okl_trx_subsidy_pools.SUBSIDY_POOL_AMOUNT%TYPE;
64: lv_subsidy_pool_round_amt okl_trx_subsidy_pools.SUBSIDY_POOL_AMOUNT%TYPE;
65: lv_total_subsidy_amt okl_subsidy_pools_b.total_subsidy_amount%TYPE;
66:
67: l_module CONSTANT fnd_log_messages.module%TYPE := 'okl.plsql.OKL_SUBSIDY_POOL_TRX_PVT.CREATE_POOL_TRANSACTION';
68: l_debug_enabled VARCHAR2(10);
69: is_debug_procedure_on BOOLEAN;
70: is_debug_statement_on BOOLEAN;
71: BEGIN