869: into allow_item_desc_flag,
870: req_required_flag,
871: receiving_flag,
872: tax_flag
873: from PO_SYSTEM_PARAMETERS_ALL PSPA
874: where nvl(PSPA.org_id, -111) = nvl(op_unit, -111)
875: and rownum = 1;
876: exception
877: WHEN NO_DATA_FOUND then