DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_CONTRACT_PUB dependencies on OKL_ACTIVATE_CONTRACT_PUB

Line 1: Package body OKL_ACTIVATE_CONTRACT_PUB AS

1: Package body OKL_ACTIVATE_CONTRACT_PUB AS
2: /* $Header: OKLPACOB.pls 120.32.12020000.5 2013/03/28 10:31:25 bkatraga ship $ */
3:
4: PROCEDURE get_stream_id
5: (

Line 818: l_module CONSTANT fnd_log_messages.module%TYPE := 'okl.plsql.OKL_ACTIVATE_CONTRACT_PUB.ACTIVATE_CONTRACT';

814: lx_sub_pool_curr_code okl_subsidy_pools_b.currency_code%TYPE;
815: l_sub_pool_applicable VARCHAR2(10);
816: lv_subsidy_amount okl_k_lines.amount%TYPE;
817: l_debug_enabled VARCHAR2(10);
818: l_module CONSTANT fnd_log_messages.module%TYPE := 'okl.plsql.OKL_ACTIVATE_CONTRACT_PUB.ACTIVATE_CONTRACT';
819: is_debug_statement_on BOOLEAN;
820: -- sjalasut: added local variables for subsidy pools enhancement. END
821:
822: -- dedey, Bug#4264314

Line 2881: END OKL_ACTIVATE_CONTRACT_PUB;

2877: x_msg_count,
2878: x_msg_data,
2879: '_PUB');
2880: END ACTIVATE_CONTRACT;
2881: END OKL_ACTIVATE_CONTRACT_PUB;