DBA Data[Home] [Help]

APPS.OKL_SEC_AGREEMENT_PVT dependencies on OKL_INVESTOR_BILLING_PVT

Line 2916: --dbms_output.put_line('Okl_Investor_Billing_Pvt.create_investor_bill begin');

2912: ----------------------------------------------------------------------------
2913: --8 call BPD AR api
2914: --
2915: ----------------------------------------------------------------------------
2916: --dbms_output.put_line('Okl_Investor_Billing_Pvt.create_investor_bill begin');
2917: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2918: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', '8 call BPD Billing API: START');
2919: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Calling Okl_Investor_Billing_Pvt.create_investor_bill');
2920: END IF;

Line 2919: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Calling Okl_Investor_Billing_Pvt.create_investor_bill');

2915: ----------------------------------------------------------------------------
2916: --dbms_output.put_line('Okl_Investor_Billing_Pvt.create_investor_bill begin');
2917: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2918: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', '8 call BPD Billing API: START');
2919: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Calling Okl_Investor_Billing_Pvt.create_investor_bill');
2920: END IF;
2921:
2922: Okl_Investor_Billing_Pvt.create_investor_bill(
2923: p_api_version => p_api_version,

Line 2922: Okl_Investor_Billing_Pvt.create_investor_bill(

2918: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', '8 call BPD Billing API: START');
2919: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Calling Okl_Investor_Billing_Pvt.create_investor_bill');
2920: END IF;
2921:
2922: Okl_Investor_Billing_Pvt.create_investor_bill(
2923: p_api_version => p_api_version,
2924: p_init_msg_list => p_init_msg_list,
2925: x_return_status => x_return_status,
2926: x_msg_count => x_msg_count,

Line 2931: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill p_khr_id:' || p_khr_id);

2927: x_msg_data => x_msg_data,
2928: p_inv_agr => p_khr_id);
2929:
2930: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2931: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill p_khr_id:' || p_khr_id);
2932: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill x_return_status :' || x_return_status);
2933: END IF;
2934:
2935: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 2932: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill x_return_status :' || x_return_status);

2928: p_inv_agr => p_khr_id);
2929:
2930: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2931: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill p_khr_id:' || p_khr_id);
2932: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill x_return_status :' || x_return_status);
2933: END IF;
2934:
2935: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
2936: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 2945: --dbms_output.put_line('Okl_Investor_Billing_Pvt.create_investor_bill end');

2941: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2942: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', '8 call BPD Billing API: END');
2943: END IF;
2944:
2945: --dbms_output.put_line('Okl_Investor_Billing_Pvt.create_investor_bill end');
2946:
2947: ----------------------------------------------------------------------------
2948: --9 call generate_journal_entries
2949: --

Line 2967: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill x_return_status :' || x_return_status);

2963: p_contract_id => p_khr_id
2964: ,p_transaction_type => G_TRY_TYPE_INV);
2965:
2966: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2967: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill x_return_status :' || x_return_status);
2968: END IF;
2969:
2970: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
2971: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 3823: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Calling Okl_Investor_Billing_Pvt.create_investor_bill');

3819: --
3820: ----------------------------------------------------------------------------
3821: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3822: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', '7 call BPD Billing API: START');
3823: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Calling Okl_Investor_Billing_Pvt.create_investor_bill');
3824: END IF;
3825:
3826: Okl_Investor_Billing_Pvt.create_investor_bill(
3827: p_api_version => p_api_version,

Line 3826: Okl_Investor_Billing_Pvt.create_investor_bill(

3822: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', '7 call BPD Billing API: START');
3823: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Calling Okl_Investor_Billing_Pvt.create_investor_bill');
3824: END IF;
3825:
3826: Okl_Investor_Billing_Pvt.create_investor_bill(
3827: p_api_version => p_api_version,
3828: p_init_msg_list => p_init_msg_list,
3829: x_return_status => x_return_status,
3830: x_msg_count => x_msg_count,

Line 3835: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill p_khr_id:' || p_khr_id);

3831: x_msg_data => x_msg_data,
3832: p_inv_agr => p_khr_id);
3833:
3834: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3835: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill p_khr_id:' || p_khr_id);
3836: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill x_return_status :' || x_return_status);
3837: END IF;
3838:
3839: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 3836: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill x_return_status :' || x_return_status);

3832: p_inv_agr => p_khr_id);
3833:
3834: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3835: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill p_khr_id:' || p_khr_id);
3836: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', 'Okl_Investor_Billing_Pvt.create_investor_bill x_return_status :' || x_return_status);
3837: END IF;
3838:
3839: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
3840: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;