338: l_header_start_date date := null; /*
339: l_header_end_date date := null; /*
340: l_exp_date date := null; /*
341: l_errormsg varchar2(80) := null; /*
342: l_pb_lookup_code po_lines_all.price_break_lookup_code%TYPE := null; /*
344: l_in_current_sob BOOLEAN; --< Shared Proc FPJ >
345: l_check_txn_flow BOOLEAN; --< Shared Proc FPJ >
346: l_return_status VARCHAR2(1); --< Shared Proc FPJ >
343: l_is_ship_to_org_valid BOOLEAN; --< Shared Proc FPJ >
344: l_in_current_sob BOOLEAN; --< Shared Proc FPJ >
345: l_check_txn_flow BOOLEAN; --< Shared Proc FPJ >
346: l_return_status VARCHAR2(1); --< Shared Proc FPJ >
347: l_line_price PO_LINES_ALL.unit_price%TYPE; -- Bug 3348047
348:
349: BEGIN
350:
351: /*** first need to make sure all the required columns are populated ***/