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.26.12010000.2 2008/10/20 18:24:07 apaul ship $ */
3:
4: PROCEDURE get_stream_id
5: (

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

1044: lx_sub_pool_curr_code okl_subsidy_pools_b.currency_code%TYPE;
1045: l_sub_pool_applicable VARCHAR2(10);
1046: lv_subsidy_amount okl_k_lines.amount%TYPE;
1047: l_debug_enabled VARCHAR2(10);
1048: l_module CONSTANT fnd_log_messages.module%TYPE := 'okl.plsql.OKL_ACTIVATE_CONTRACT_PUB.ACTIVATE_CONTRACT';
1049: is_debug_statement_on BOOLEAN;
1050: -- sjalasut: added local variables for subsidy pools enhancement. END
1051:
1052: -- dedey, Bug#4264314

Line 2483: END OKL_ACTIVATE_CONTRACT_PUB;

2479: x_msg_count,
2480: x_msg_data,
2481: '_PUB');
2482: END ACTIVATE_CONTRACT;
2483: END OKL_ACTIVATE_CONTRACT_PUB;