DBA Data[Home] [Help]

APPS.OKL_SEC_AGREEMENT_PVT dependencies on OKL_INVESTOR_BILLING_PVT

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

2929: ----------------------------------------------------------------------------
2930: --8 call BPD AR api
2931: --
2932: ----------------------------------------------------------------------------
2933: --dbms_output.put_line('Okl_Investor_Billing_Pvt.create_investor_bill begin');
2934: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2935: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', '8 call BPD Billing API: START');
2936: 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');
2937: END IF;

Line 2936: 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');

2932: ----------------------------------------------------------------------------
2933: --dbms_output.put_line('Okl_Investor_Billing_Pvt.create_investor_bill begin');
2934: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2935: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', '8 call BPD Billing API: START');
2936: 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');
2937: END IF;
2938:
2939: Okl_Investor_Billing_Pvt.create_investor_bill(
2940: p_api_version => p_api_version,

Line 2939: Okl_Investor_Billing_Pvt.create_investor_bill(

2935: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', '8 call BPD Billing API: START');
2936: 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');
2937: END IF;
2938:
2939: Okl_Investor_Billing_Pvt.create_investor_bill(
2940: p_api_version => p_api_version,
2941: p_init_msg_list => p_init_msg_list,
2942: x_return_status => x_return_status,
2943: x_msg_count => x_msg_count,

Line 2948: 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);

2944: x_msg_data => x_msg_data,
2945: p_inv_agr => p_khr_id);
2946:
2947: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2948: 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);
2949: 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);
2950: END IF;
2951:
2952: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 2949: 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);

2945: p_inv_agr => p_khr_id);
2946:
2947: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2948: 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);
2949: 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);
2950: END IF;
2951:
2952: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
2953: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

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

2958: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2959: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_sec_agreement.debug', '8 call BPD Billing API: END');
2960: END IF;
2961:
2962: --dbms_output.put_line('Okl_Investor_Billing_Pvt.create_investor_bill end');
2963:
2964: ----------------------------------------------------------------------------
2965: --9 call generate_journal_entries
2966: --

Line 2984: 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);

2980: p_contract_id => p_khr_id
2981: ,p_transaction_type => G_TRY_TYPE_INV);
2982:
2983: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2984: 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);
2985: END IF;
2986:
2987: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
2988: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 3840: 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');

3836: --
3837: ----------------------------------------------------------------------------
3838: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3839: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', '7 call BPD Billing API: START');
3840: 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');
3841: END IF;
3842:
3843: Okl_Investor_Billing_Pvt.create_investor_bill(
3844: p_api_version => p_api_version,

Line 3843: Okl_Investor_Billing_Pvt.create_investor_bill(

3839: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_sec_agreement_pvt.activate_add_request.debug', '7 call BPD Billing API: START');
3840: 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');
3841: END IF;
3842:
3843: Okl_Investor_Billing_Pvt.create_investor_bill(
3844: p_api_version => p_api_version,
3845: p_init_msg_list => p_init_msg_list,
3846: x_return_status => x_return_status,
3847: x_msg_count => x_msg_count,

Line 3852: 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);

3848: x_msg_data => x_msg_data,
3849: p_inv_agr => p_khr_id);
3850:
3851: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3852: 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);
3853: 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);
3854: END IF;
3855:
3856: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 3853: 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);

3849: p_inv_agr => p_khr_id);
3850:
3851: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3852: 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);
3853: 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);
3854: END IF;
3855:
3856: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
3857: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;