DBA Data[Home] [Help]

APPS.OKL_VAR_INT_FLOAT_PVT dependencies on OKL_VR_DOCUMENT_PVT

Line 451: OKL_VR_DOCUMENT_PVT.create_stream_invoice (

447: l_stream_type_purpose := 'VARIABLE_INTEREST';
448: END IF;
449:
450: IF (l_invoice_amt <> 0) THEN --sechawla : added this condition
451: OKL_VR_DOCUMENT_PVT.create_stream_invoice (
452: p_api_version => 1.0,
453: p_init_msg_list => p_init_msg_list,
454: x_return_status => x_return_status,
455: x_msg_count => x_msg_count,

Line 897: OKL_VR_DOCUMENT_PVT.create_stream_invoice (

893: END IF;
894:
895: IF (l_invoice_amt <> 0) THEN --sechawla : added this condition
896: --Passed l_asset_rec.id for p_line_id by bkatraga for bug 13447258
897: OKL_VR_DOCUMENT_PVT.create_stream_invoice (
898: p_api_version => 1.0,
899: p_init_msg_list => p_init_msg_list,
900: x_return_status => x_return_status,
901: x_msg_count => x_msg_count,

Line 1005: OKL_VR_DOCUMENT_PVT.create_stream_invoice (

1001: --sechawla : print the invoice amount
1002: OKL_VARIABLE_INTEREST_PVT.Print_debug ('Invoice Amount : '|| l_invoice_amt);
1003:
1004: IF (l_invoice_amt <> 0 )THEN --sechawla : added
1005: OKL_VR_DOCUMENT_PVT.create_stream_invoice (
1006: p_api_version => 1.0,
1007: p_init_msg_list => p_init_msg_list,
1008: x_return_status => x_return_status,
1009: x_msg_count => x_msg_count,