DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_MAINTAIN_FEE_PVT

Line 1720: lx_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;

1716: AND upper(str.say_code) = 'CURR'
1717: AND upper(str.active_yn) = 'Y';
1718:
1719: l_line_id NUMBER;
1720: lx_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;
1721: l_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;
1722: l_rvi_amount NUMBER;
1723: l_strm_id NUMBER;
1724: l_stmv_rec okl_streams_pub.stmv_rec_type;

Line 1721: l_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;

1717: AND upper(str.active_yn) = 'Y';
1718:
1719: l_line_id NUMBER;
1720: lx_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;
1721: l_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;
1722: l_rvi_amount NUMBER;
1723: l_strm_id NUMBER;
1724: l_stmv_rec okl_streams_pub.stmv_rec_type;
1725: l_api_name VARCHAR2(255) := 'update_rvi_amount';

Line 1782: okl_maintain_fee_pvt.update_fee_type(p_api_version => p_api_version,

1778: -- update the fee line amount when the stream element returns a value
1779: IF l_rvi_amount IS NOT NULL THEN
1780: l_fee_types_rec.amount := l_rvi_amount;
1781: -- update the fee line
1782: okl_maintain_fee_pvt.update_fee_type(p_api_version => p_api_version,
1783: p_init_msg_list => OKL_API.G_FALSE,
1784: x_return_status => x_return_status,
1785: x_msg_count => x_msg_count,
1786: x_msg_data => x_msg_data,