9134: IF l_debug_level > 0 THEN
9135: oe_Debug_pub.add(' ..101.. Calculating first period amount from OEXPINVB ');
9136: End If;
9137:
9138: oe_delayed_requests_util.First_period_bill_amt (
9139: p_header_id => '',
9140: p_line_id => l_line_rec.line_id,
9141: x_return_status => l_return_status);
9142: -- Though update global picture gets called in above procedure,