DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_TRX_PVT dependencies on OKL_SUBSIDY_POOL_TRX_PVT

Line 1: PACKAGE BODY okl_subsidy_pool_trx_pvt AS

1: PACKAGE BODY okl_subsidy_pool_trx_pvt AS
2: /* $Header: OKLRSIXB.pls 120.1 2005/10/30 03:17:16 appldev noship $ */
3:
4: -- Global Message Constants
5: G_SUB_POOL_EXIPRED CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUBSIDY_POOL_EXPIRED';

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

Line 410: END okl_subsidy_pool_trx_pvt;

406: p_api_type => g_api_type);
407:
408: END create_pool_transaction;
409:
410: END okl_subsidy_pool_trx_pvt;