DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_MAINTAIN_FEE_PVT

Line 1699: lx_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;

1695: AND upper(str.say_code) = 'CURR'
1696: AND upper(str.active_yn) = 'Y';
1697:
1698: l_line_id NUMBER;
1699: lx_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;
1700: l_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;
1701: l_rvi_amount NUMBER;
1702: l_strm_id NUMBER;
1703: l_stmv_rec okl_streams_pub.stmv_rec_type;

Line 1700: l_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;

1696: AND upper(str.active_yn) = 'Y';
1697:
1698: l_line_id NUMBER;
1699: lx_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;
1700: l_fee_types_rec okl_maintain_fee_pvt.fee_types_rec_type;
1701: l_rvi_amount NUMBER;
1702: l_strm_id NUMBER;
1703: l_stmv_rec okl_streams_pub.stmv_rec_type;
1704: l_api_name VARCHAR2(255) := 'update_rvi_amount';

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

1757: -- update the fee line amount when the stream element returns a value
1758: IF l_rvi_amount IS NOT NULL THEN
1759: l_fee_types_rec.amount := l_rvi_amount;
1760: -- update the fee line
1761: okl_maintain_fee_pvt.update_fee_type(p_api_version => p_api_version,
1762: p_init_msg_list => OKL_API.G_FALSE,
1763: x_return_status => x_return_status,
1764: x_msg_count => x_msg_count,
1765: x_msg_data => x_msg_data,